1.

Which of the constraint can be enforced one per table?(a) Primary key constraint(b) Not Null constraint(c) Foreign Key constraint(d) Check constraintI had been asked this question in class test.My enquiry is from Constraints topic in division Manipulating Data with Select of SQL Server

Answer»

The CORRECT option is (a) Primary key constraint

The BEST explanation: Each table is having only ONE primary key constraint and it CONTAINS only UNIQUE values.



Discussion

No Comment Found

Related InterviewSolutions