SAP Concur interview question

XML output in SQL server.

Interview Answer

Anonymous

Jul 14, 2015

"Select col1, col2, col3 from table1 for XML auto " will return xml output without a root "Select col1, col2, col3 from table1 for XML auto, root " will return xml output with a root

1