Multiple Choice
Structure of the BOOKS table
-Based on the structure of the BOOKS table,which of the following is a valid SQL statement?
A) CREATE INDEX books_profit_idx
ON books "retail-cost";
B) CREATE INDEX books_title_idx
ON books (INITCAP(title) ) ;
C) CREATE INDEX books_profit_idx
FOR books "retail-cost";
D) CREATE INDEX books_title_idx
FOR books (INITCAP(title) ;
Correct Answer:

Verified
Correct Answer:
Verified
Q128: The last value generated by a sequence
Q129: Structure of the BOOKS table<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg"
Q130: The _ view can be used to
Q131: The <u>USER_ALL </u>data dictionary view displays information
Q132: Which of the following commands can be
Q133: A(n)<u>sequence</u>can be used to generate a series
Q134: If the last values generated by a
Q135: A(n)<u>synonym</u> is a collection of objects._
Q137: Which of the following commands can be
Q138: An index is implicitly created whenever a(n)<u>CHECK