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 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:

Verified
Correct Answer:
Verified
Q58: A(n)<u>UNIQUE</u> constraint will allow NULL values to
Q59: A<u> Datatype</u> is a rule used to
Q60: Which of the following is the standard
Q61: The _ clause of the ALTER TABLE
Q62: A constraint name can consist of up
Q64: A referential integrity constraint is usually placed
Q65: A constraint can be renamed using the
Q66: A(n)<u>constraint</u> can be created during the creation
Q67: If the ON DELETE CASCADE keywords are
Q68: Any type of constraint can be created