Multiple Choice
Structure of the PROMOTION table
-Which of the following commands will add a UNIQUE constraint to the MINRETAIL column of the PROMOTION table?
A) ALTER TABLE promotion
ADD CONSTRAINT orderitems_minretail_uk UNIQUE (minretail) ;
B) ALTER TABLE promotion
MODIFY UNIQUE (minretail) ;
C) ALTER TABLE promotion
ADD UNIQUE minretail;
D) ALTER TABLE promotion
MODIFY minretail;
Correct Answer:

Verified
Correct Answer:
Verified
Q11: Structure of the ORDERITEMS table<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg"
Q12: A constraint is created at the _
Q13: The _ constraint requires that a specific
Q14: Which of the following is the standard
Q15: If the Oracle 12c server assigns a
Q17: When used with a FOREIGN KEY,the keyword
Q18: What is the syntax for the default
Q19: If a(n)_ constraint is being dropped,then only
Q20: The purpose of the _ constraint is
Q21: The _ TABLE command is used to