Click here to Skip to main content
15,891,597 members
Articles / Database Development / SQL Server

Introduction to NoSqlOnSql Implementing NOSQL on SQL

Rate me:
Please Sign up or sign in to vote.
2.50/5 (2 votes)
15 Oct 2020CPOL3 min read 10.3K   5  
Implementing NOSQL on SQL
NoSqlOnSql is a strict syntactical superset of SQL, it adds NoSQL document-oriented capabilities to the SQL language. For this, it uses uses JSON-like documents, integrating them into the normal flow of SQL statements.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Spain Spain
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions