Schema Question:

Define XML support SQL server extends?

Tweet Share WhatsApp

Answer:

SQL server can return XML document using FOR XML clause. XML documents can be added to SQL Server database and you can use the OPENXML clause to display the data from the document as a relational result set. SQL Server 2000 supports XPath queries.

Download Schema PDF Read All 27 Schema Questions
Previous QuestionNext Question
Which 3 major elements SQL Server (server-side) supports?Can we write a DTD instead of Schema?