SQL Database Concepts Question:

Download Job Interview Questions and Answers PDF

Do you know what is XPath?

Basic SQL Server Interview Question
Basic SQL Server Interview Question

Answer:

XPath is a language defined by the W3C, used to select nodes from XML documents. SQL Server 2000 supports XPath language that helps to retrieve data from XML documents. To do so, SQL server uses a mapping schema to define an XML based view of the data in one or more SQL Server tables and views. The mapping schema is then used to retrieve data.

Download Basic SQL Server Interview Questions And Answers PDF

Previous QuestionNext Question
What is Merge Replication?Do you know what is REPLACE and STUFF function in SQL Server?