Solved

Structure of the CUSTOMERS Table

Question 123

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