Multiple Choice
Structure of the ORDERITEMS table
-If a PRIMARY KEY constraint,named ORDERITEMS_PK,exists for the ORDER# and ITEM# columns of the ORDERITEMS table,which of the following commands will drop the constraint?
A) ALTER TABLE orderitems
DROP PRIMARY KEY CONSTRAINT;
B) ALTER TABLE orderitems
DELETE CONSTRAINT orderitems_pk;
C) ALTER TABLE orderitems
DROP PRIMARY KEY;
D) ALTER TABLE orderitems
MODIFY PRIMARY KEY CONSTRAINT DROP;
Correct Answer:

Verified
Correct Answer:
Verified
Q45: A constraint is always enforced at the
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
Q51: Structure of the PROMOTION 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"