Solved

​Structure of the ORDERITEMS Table

Question 63

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 disable the constraint?​ A)  ALTER TABLE orderitems DISABLE PRIMARY KEY CONSTRAINT; B)  ALTER TABLE orderitems DISABLE CONSTRAINT orderitems_pk; C)  ALTER TABLE orderitems REMOVE PRIMARY KEY CONSTRAINT; D)  ​ALTER TABLE orderitems MODIFY PRIMARY KEY CONSTRAINT DISABLE;
-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 disable the constraint?​


A) ALTER TABLE orderitems
DISABLE PRIMARY KEY CONSTRAINT;
B) ALTER TABLE orderitems
DISABLE CONSTRAINT orderitems_pk;
C) ALTER TABLE orderitems
REMOVE PRIMARY KEY CONSTRAINT;
D) ​ALTER TABLE orderitems
MODIFY PRIMARY KEY CONSTRAINT DISABLE;

Correct Answer:

verifed

Verified

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

Related Questions