DBA > Job Interview Questions > Database developer interview questions

When designing a database table, how do you avoi

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

2. When designing a database table, how do you avoid missing column values for non-primary key columns?

2. When designing a database table, how do you avoid missing column values for non-primary key columns?
1. Use UNIQUE constraints
2. Use PRIMARY KEY constraints
3. Use DEFAULT and NOT NULL constraints
4. Use FOREIGN KEY constraints
5. Use SET constraints

(Continued on next question...)

Other Job Interview Questions