Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • DocumentDB SQL

    1. Home>
    2. DocumentDB SQL>
    3. Page 2

    DocumentDB SQL – Iteration

    • Post author:S J
    • Post published:August 20, 2021
    • Post category:DocumentDB SQL
    • Post comments:0 Comments

    In DocumentDB SQL, Microsoft has added a new construct which can be used with IN keyword to provide support for iterating over JSON arrays. The support for iteration is provided…

    Continue ReadingDocumentDB SQL – Iteration

    DocumentDB SQL – Order By Clause

    • Post author:S J
    • Post published:August 20, 2021
    • Post category:DocumentDB SQL
    • Post comments:0 Comments

    Microsoft Azure DocumentDB supports querying documents using SQL over JSON documents. You can sort documents in the collection on numbers and strings using an ORDER BY clause in your query.…

    Continue ReadingDocumentDB SQL – Order By Clause

    DocumentDB SQL – Value Keyword

    • Post author:S J
    • Post published:August 20, 2021
    • Post category:DocumentDB SQL
    • Post comments:0 Comments

    When you know you're only returning a single value, then the VALUE keyword can help produce a leaner result set by avoiding the overhead of creating a full-blown object. The…

    Continue ReadingDocumentDB SQL – Value Keyword

    DocumentDB SQL – In Keyword

    • Post author:S J
    • Post published:August 20, 2021
    • Post category:DocumentDB SQL
    • Post comments:0 Comments

    The IN keyword can be used to check whether a specified value matches any value in a list. The IN operator allows you to specify multiple values in a WHERE…

    Continue ReadingDocumentDB SQL – In Keyword

    DocumentDB SQL – Between Keyword

    • Post author:S J
    • Post published:August 20, 2021
    • Post category:DocumentDB SQL
    • Post comments:0 Comments

    The BETWEEN keyword is used to express queries against ranges of values like in SQL. BETWEEN can be used against strings or numbers. The main difference between using BETWEEN in…

    Continue ReadingDocumentDB SQL – Between Keyword

    DocumentDB SQL – Operators

    • Post author:S J
    • Post published:August 20, 2021
    • Post category:DocumentDB SQL
    • Post comments:0 Comments

    An operator is a reserved word or a character used primarily in an SQL WHERE clause to perform operation(s), such as comparisons and arithmetic operations. DocumentDB SQL also supports a…

    Continue ReadingDocumentDB SQL – Operators

    DocumentDB SQL – Where Clause

    • Post author:S J
    • Post published:August 20, 2021
    • Post category:DocumentDB SQL
    • Post comments:0 Comments

    In this chapter, we will cover the WHERE clause, which is also optional like FROM clause. It is used to specify a condition while fetching the data in the form…

    Continue ReadingDocumentDB SQL – Where Clause

    DocumentDB SQL – From Clause

    • Post author:S J
    • Post published:August 20, 2021
    • Post category:DocumentDB SQL
    • Post comments:0 Comments

    In this chapter, we will cover the FROM clause, which works nothing like a standard FROM clause in regular SQL. Queries always run within the context of a specific collection…

    Continue ReadingDocumentDB SQL – From Clause

    DocumentDB SQL – Select Clause

    • Post author:S J
    • Post published:August 20, 2021
    • Post category:DocumentDB SQL
    • Post comments:0 Comments

    The Azure portal has a Query Explorer that lets us run any SQL query against our DocumentDB database. We will use the Query Explorer to demonstrate the many different capabilities…

    Continue ReadingDocumentDB SQL – Select Clause

    DocumentDB SQL Tutorial

    • Post author:S J
    • Post published:August 20, 2021
    • Post category:DocumentDB SQL
    • Post comments:0 Comments

    DocumentDB is Microsoft's newest NoSQL document database platform that runs on Azure. DocumentDB is designed keeping in mind the requirements of managing data for latest applications. This tutorial talks about…

    Continue ReadingDocumentDB SQL Tutorial
    • Go to the previous page
    • 1
    • 2
    Copyright - OceanWP Theme by OceanWP