Schema Question:

Download Job Interview Questions and Answers PDF

Define XML support SQL server extends?

Schema Interview Question
Schema Interview Question

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 Interview Questions And Answers PDF

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