Answer:
FOR XML Clause is used with SQL Server’s Select statement to convert the relational data stored in your database to XML.
It has two options
1. Raw: To display XML element for each row.
2. Auto : It will automatically parse the structure used in query
Asked In: Many Interviews |
Alert Moderator