Solved

​Structure of the ORDERITEMS Table

Question 50

Multiple Choice

​Structure of the ORDERITEMS table
​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;
-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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions