What is FOR XML in SQL Server?
Submitted by: AdministratorFOR XML allows data to be retrieved in an XML format. The FOR XML clause needs to be mentioned at the end of SELECT statement. There are three modes of FOR XML:-
RAW mode: - An XML element is formed for each row in the query results.
AUTO mode: - The query results are returned as nested XML elements.
Explicit mode: - the format of the XML document returned by the query can be completely controlled by the query.
Submitted by: Administrator
RAW mode: - An XML element is formed for each row in the query results.
AUTO mode: - The query results are returned as nested XML elements.
Explicit mode: - the format of the XML document returned by the query can be completely controlled by the query.
Submitted by: Administrator
Read Online MS SQL Server XML Integration Job Interview Questions And Answers
Top MS SQL Server XML Integration Questions
☺ | What is the OPENXML statement in SQL Server? |
☺ | What is FOR XML in SQL Server? |
☺ | What are XML indexes? |
☺ | How to call stored procedure using HTTP SOAP? |
☺ | What is XMLA? |
Top New MS SQL Server Categories
☺ | SQL Server Database Administrator Interview Questions. |
☺ | SQL Server Service Broker Interview Questions. |
☺ | SQL Server Locks Interview Questions. |
☺ | SQL Server Constraints Interview Questions. |
☺ | MS SQL Data Mining Interview Questions. |