InterviewSolution
Saved Bookmarks
| 1. |
Which of the following statement modifies view index?(a) ALTER INDEX(b) ALTER VIEW INDEX(c) ALTER INDEX_VIEW(d) None of the mentionedI had been asked this question during an interview.Query is from Data Definition Language topic in division Creating the Physical Database Schema of SQL Server |
|
Answer» Right option is (a) ALTER INDEX |
|