Solved

Which of the Following SQL Commands Creates an Index Named

Question 26

Multiple Choice

Which of the following SQL commands creates an index named LastName on the LastName field in the Customers table?


A) CREATE INDEX LastName, Customers.LastName;
B) CREATE INDEX LastName;
C) SELECT LastName FROM Customers INDEX LastName
D) CREATE INDEX LastName ON Customers (LastName) ;

Correct Answer:

verifed

Verified

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

Related Questions