Multiple Choice
Structure of the PROMOTION table
-Based on the structure of the PROMOTION table,which of the following commands will ensure that the value entered for the MINRETAIL column is less than the value entered for the MAXRETAIL column?
A) ALTER TABLE promotion
MODIFY CHECK ( minretail < maxretail) ;
B) ALTER TABLE promotion
ADD CHECK ( minretail < maxretail) ;
C) ALTER TABLE promotion
MODIFY MINRETAIL CHECK ( < maxretail) ;
D) ALTER TABLE promotion
ADD CHECK minretail < maxretail;
Correct Answer:

Verified
Correct Answer:
Verified
Q46: Which command can be used to determine
Q47: In the USER_CONSTRAINTS view,the value displayed in
Q48: Both the<u> table-level</u> and column-level approaches to
Q49: Which of the following is not a
Q50: Structure of the ORDERITEMS table<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg"
Q52: Which of the following are used to
Q53: Structure of the PROMOTION table<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg"
Q54: Constraints are rules used to enforce business
Q55: Structure of the ORDERITEMS table<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg"
Q56: Unless a PRIMARY KEY or a(n)_ constraint