|
When designing a database table, how do you avoid missing column values for non-primary key columns?
Database developer interview questions
(Continued from previous question...)
When designing a database table, how do you avoid missing column values for non-primary key columns?
Use DEFAULT and NOT NULL constraints
(Continued on next question...)
Other Interview Questions
|