1.

Point out the correct statement.(a) CHECK constraints enforce domain integrity(b) UNIQUE constraints enforce the uniqueness of the values in a set of columns(c) In a UNIQUE constraint, no two rows in the table can have the same value for the columns(d) All of the mentionedThe question was posed to me in my homework.I'm obligated to ask this question of Constraints topic in portion Manipulating Data with Select of SQL Server

Answer»

The CORRECT OPTION is (d) All of the mentioned

To explain: Constraints LET you define the way the Database Engine automatically ENFORCES the integrity of a database.



Discussion

No Comment Found

Related InterviewSolutions