Which of the following statements will create an index called “SalesDate” on the DATEOFSALE column on the SALES table residing in the WAREHOUSE database?

Which of the following statements will create an index called “SalesDate” on the DATEOFSALE column on the SALES table residing in the WAREHOUSE database?
A. CREATE INDEX SalesDate ON SALES (DATEOFSALE);
B. MAKE INDEX SalesDate ON SALES (DATEOFSALE);
C. CREATE INDEX ON SALES (DATEOFSALE);
D. CREATE INDEX SalesDate ON SALES +DATEOFSALE;

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.