Multiple Choice
Structure of the PROMOTION table
-Based on the structure of the PROMOTION table,which of the following commands will add a PRIMARY KEY constraint to the GIFT column?
A) CREATE TABLE promotion
(gift VARCHAR2(15) PRIMARY KEY,
Minretail NUMBER(5,2) ,
Maxretail NUMBER(5,2) ) ;
B) ALTER TABLE promotion
ADD PRIMARY KEY(gift) ;
C) ALTER TABLE promotion
MODIFY (gift PRIMARY KEY) ;
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q48: Both the<u> table-level</u> and column-level approaches to
Q49: Which of the following is not a
Q50: Structure of the ORDERITEMS table<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg"
Q51: Structure of the PROMOTION table<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg"
Q52: Which of the following are used to
Q54: Constraints are rules used to enforce business
Q55: Structure of the ORDERITEMS table<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg"
Q56: Unless a PRIMARY KEY or a(n)_ constraint
Q57: The CONSTRAINT keyword is required if the
Q58: A(n)<u>UNIQUE</u> constraint will allow NULL values to