1.

Statement for dropping XML index is __________(a) DROP INDEX(b) DELETE INDEX(c) REMOVE INDEX(d) None of the MentionedThis question was addressed to me at a job interview.Asked question is from Working With XML Data topic in chapter Beyond Relational of SQL Server

Answer»

Right answer is (a) DROP INDEX

For explanation: The DROP INDEX (Transact-SQL) Transact-SQL statement can be USED to drop existing primary or secondary XML and non-XML INDEXES.



Discussion

No Comment Found

Related InterviewSolutions