What is the purpose of the SQL Server XML INDEX option?
A. Index an entire XML column
B. Index specific elements or attributes in an XML column
C. Exclude XML columns from indexing
D. Disable indexing for XML columns
The XML INDEX option is used to index specific elements or attributes in an XML column in SQL Server.