| 1. |
Does The Documentdb Api Support Sql? |
|
Answer» The SQL query language is an enhanced subset of the query functionality that's SUPPORTED by SQL. The Azure Cosmos DB SQL query language PROVIDES rich HIERARCHICAL and relational operators and extensibility via JavaScript-based, user-defined functions (UDFs). JSON grammar allows for modeling JSON documents as TREES with labeled nodes, which are USED by both the Azure Cosmos DB automatic indexing techniques and the SQL query dialect of Azure Cosmos DB. The SQL query language is an enhanced subset of the query functionality that's supported by SQL. The Azure Cosmos DB SQL query language provides rich hierarchical and relational operators and extensibility via JavaScript-based, user-defined functions (UDFs). JSON grammar allows for modeling JSON documents as trees with labeled nodes, which are used by both the Azure Cosmos DB automatic indexing techniques and the SQL query dialect of Azure Cosmos DB. |
|