In SQL Server, what is the purpose of the SQL Server XML data type method value()?
A. Extract a single value from an XML string
B. Combine multiple XML values
C. Concatenate XML strings
D. Validate XML structure
The value() method is used to extract a single value from an XML string in SQL Server.