Interview Questions

Which of the following constraints can be used to enforce the uniqueness of rows in a table?

Database developer interview questions


(Continued from previous question...)

7. Which of the following constraints can be used to enforce the uniqueness of rows in a table?

7. Which of the following constraints can be used to enforce the uniqueness of rows in a table?
1. DEFAULT and NOT NULL constraints
2. FOREIGN KEY constraints
3. PRIMARY KEY and UNIQUE constraints
4. IDENTITY columns
5. CHECK constraints

(Continued on next question...)

Other Interview Questions