1.

Which of the following index options are added by the CREATE INDEX statement?(a) XML INDEX(b) INCLUDED (column)(c) PARTITION SCHEME(d) ONLINEThe question was posed to me in an online quiz.The origin of the question is Data Definition Language topic in chapter Creating the Physical Database Schema of SQL Server

Answer»

Right option is (d) ONLINE

To EXPLAIN I would SAY: CREATE INDEX includes the following NEW SYNTAX ELEMENTS:XML INDEX, INCLUDED and PARTITION SCHEME.



Discussion

No Comment Found

Related InterviewSolutions