Multiple Choice
Structure of the PROMOTION table
-Which of the following SQL statements was most likely used to create the PROMOTION table?
A) CREATE TABLE promotion
(gift VARCHAR2(15) ,minretail NUMBER(5,2) ,maxretail NUMBER(5,2) ) ;
B) CREATE TABLE promotion
AS (gift VARCHAR2(15) ,minretail NUMBER(5,2) ,maxretail NUMBER(5,2) ) ;
C) CREATE TABLE promotion
ADD (gift VARCHAR2(15) ,minretail NUMBER(5,2) ,maxretail NUMBER(5,2) ) ;
D) CREATE TABLE promotion
(gift VARCHAR2(15) ,minretail NUMBER(5,2) ,maxretail NUMBER(5,2) ;
Correct Answer:

Verified
Correct Answer:
Verified
Q117: The _ TABLE command can be used
Q118: The INTERVAL datatype can be used to
Q119: Once a column as been set as<u>
Q120: The CREATE TABLE cannot contain a subquery.
Q121: A table must contain a minimum of
Q123: If you are creating a new table
Q124: The _ of a NUMBER column indicates
Q125: Using the DESC on a table will
Q126: You cannot specify the width for a(n)<u>NUMBER</u>
Q127: When a column is deleted,the deletion is