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:

Verified
Correct Answer:
Verified
Related Questions
Q21: What type of security is not automatically
Q22: Which of the following statements removes the
Q23: Why would you set an index on
Q24: Although Access does not have stored procedures,
Q25: The system catalog contains information about the
Q27: In a database, a view is a
Q28: To specify the CustomerNum field as the
Q29: What type of join should you use
Q30: When you add or delete a table
Q31: Which of the following SQL commands creates