Multiple Choice
Structure of the ORDERITEMS table
-If the constraints on the ORDER# and ITEM# columns of the ORDERITEMS table were created as a PRIMARY constraint,and the actual constraint name is not known,which of the following commands can be used to delete the constraint?
A) ALTER TABLE orderitems
DROP ALL CONSTRAINTS;
B) ALTER TABLE orderitems
DELETE ALL CONSTRAINTS;
C) ALTER TABLE orderitems
DROP PRIMARY KEY;
D) ALTER TABLE orderitems
DELETE PRIMARY KEY;
Correct Answer:

Verified
Correct Answer:
Verified
Q84: If a(n)<u>FOREIGN KEY</u> constraint has been created
Q85: If a user is going to assign
Q86: Only one PRIMARY KEY constraint can exist
Q87: In the USER_CONSTRAINTS view,the constraint type for
Q88: A PRIMARY KEY that consists of more
Q90: In a "one-to-many" relationship,which constraint is usually
Q91: A maximum of _ PRIMARY KEY constraints
Q92: When a FOREIGN KEY constraint is being
Q93: In the USER_CONSTRAINTS view,the constraint type for
Q94: Which of the following constraints cannot be