InterviewSolution
Saved Bookmarks
| 1. |
Which of the following adds MOVE TO clause?(a) DROP INDEX(b) ALTER INDEX(c) UPDATE INDEX(d) CREATE INDEXThe question was posed to me by my college professor while I was bunking the class.Origin of the question is Data Definition Language in chapter Creating the Physical Database Schema of SQL Server |
|
Answer» Correct CHOICE is (a) DROP INDEX |
|