SQL server XPath - What is XPath?

What is XPath?

XPath is an expression to select a xml node in an XML document.

It allows the navigation on the XML document to the straight to the element where we need to reach and access the attributes

What is XPath?

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.
Define the rules for designing Files and File groups in SQL Server.
SQL Server Files and File groups - A file or file group can only be used by one database. For example, the files abc.mdf and abc.ndf contains......
What are the Authentication Modes in SQL Server?
SQL server Authentication Modes - SQL Server supports two security (authentication) modes: Windows Authentication and Mixed mode .....
SQL Server DDL, DCL, DML
Data definition language is used to define and manage all attributes and properties of a database........
Post your comment