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;
References: