Multiple Choice
Which of the following commands will set the MINRETAIL column of the PROMOTION table as unused?
A) ALTER TABLE promotion SET UNUSED (minretail) ;
B) ALTER TABLE promotion SET minretail UNUSED;
C) ALTER TABLE promotion SET UNUSED COLUMN minretail;
D) both a and c
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q104: If a column is defined as NUMBER(5,2),which
Q105: The DROP TABLE command can be used
Q106: The default format for a DATE column
Q107: The <u>CREATE TABLE</u> command is used to
Q108: The width of a NUMBER column cannot
Q110: Which of the following symbols can be
Q111: The default format of a DATE column
Q112: A table name can be up to
Q113: Data<u> manipulation</u> language commands are used to
Q114: The maximum width of a NUMBER column