XML documents in SQL Server and Azure SQL Database
1. XML documents in SQL Server and Azure SQL Database
While JSON uses nvarchar type, XML has a dedicated column type of the same name in SQL Server and Azure SQL Database.
-- Create table and insert data for the examples
CREATE TABLE [dbo].[XMLexampl...
massyfigini.hashnode.dev4 min read