Multiple Choice
Structure of the CUSTOMERS table
-Based on the structure of the CUSTOMERS table,which of the following is a valid SQL statement?
A) CREATE PUBLIC INDEX customers_name_idx
ON customers (lastname,firstname) ;
B) CREATE PUBLIC INDEX customers_name_idx
ON customers (lastname) ;
C) CREATE INDEX customers_name_idx
ON customers (lastname,firstname) ;
D) CREATE PUBLIC INDEX customers_name_idx
FOR customers (lastname) ;
Correct Answer:

Verified
Correct Answer:
Verified
Q17: Which of the following can be used
Q18: Which of the following is defined in
Q19: Which of the following serves the same
Q20: A(n)_ can be used to quickly locate
Q21: An index can be created _.<br>A) implicitly<br>B)
Q23: A DEFAULT sequence value will override any
Q24: A large table containing a particular column
Q25: When a positive value is assigned to
Q26: The _ option is used to indicate
Q27: Both a minimum and maximum value can