What is the SQL command to create an index on InstructorZipCode in the Instructors table? a. INDEX

Question:

What is the SQL command to create an index on InstructorZipCode in the Instructors table?

a. INDEX zipindex ON Instructors (InstructorZipCode)

b. CREATE INDEX zipindex ON (InstructorZipCode)

c. CREATE INDEX zipindex ON Instructors (InstructorZipCode)

d. CREATE INDEX ON Instructors (InstructorZipCode)

InstructoriD InstructorLastName InstructorFirstName InstructorStreetAddress Instructor City InstructorState

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question

Concepts Of Database Management

ISBN: 9780357422083

10th Edition

Authors: Lisa Friedrichsen, Lisa Ruffolo, Ellen Monk, Joy L. Starks, Philip J. Pratt

Question Posted: