Multiple Choice
The UNIQUE constraint differs from the PRIMARY KEY constraint in what way?
A) The UNIQUE constraint does not allow NULL values.
B) The UNIQUE constraint can be created at either the column level or the table level.
C) The UNIQUE constraint allows NULL values.
D) The UNIQUE constraint ensures that a specific condition is True before a data value is added to a table.
Correct Answer:

Verified
Correct Answer:
Verified
Q7: A PRIMARY KEY constraint will make certain
Q10: A constraint name can consist of up
Q32: The _ command can be used to
Q76: What is the relationship between a NOT
Q80: The <u>REFERENCE</u> constraint is used to ensure
Q100: In the USER_CONSTRAINTS view,the value displayed in
Q101: When a constraint is created at the
Q118: Which of the following statements about the
Q119: The _ view can be used to
Q120: The FOREIGN KEY constraint is usually placed