Solved

Structure of the CUSTOMERS Table

Question 112

Multiple Choice

Structure of the CUSTOMERS table
Structure of the CUSTOMERS table    -Which of the following commands can be used to create a sequence for the CUSTOMERS table? A)  CREATE SEQUENCE customers_customer#; B)  CREATE SEQUENCE customers_customer# START WITH 2000 MAXVALUE 999; C)  CREATE SEQUENCE customers_customer# INCREMENT BY -1 NOCACHE|CACHE; D)  all of the above
-Which of the following commands can be used to create a sequence for the CUSTOMERS table?


A) CREATE SEQUENCE customers_customer#;
B) CREATE SEQUENCE customers_customer#
START WITH 2000
MAXVALUE 999;
C) CREATE SEQUENCE customers_customer#
INCREMENT BY -1
NOCACHE|CACHE;
D) all of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions