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

To explain I WOULD say: ALTER INDEX MODIFIES an existing table or VIEW index (RELATIONAL or XML) by disabling, rebuilding, or reorganizing the index; or by setting options on the index.



Discussion

No Comment Found

Related InterviewSolutions