Solved

Structure of the BOOKS Table

Question 136

Multiple Choice

Structure of the BOOKS table
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) ;
-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:

verifed

Verified

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

Related Questions