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
  • Author: S J

    This author has written 1561 articles
    1. Home>
    2. S J>
    3. Page 116

    DocumentDB SQL – Array Creation

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

    In DocumentDB SQL, Microsoft has added a key feature with the help of which we can easily create an array. It means when we run a query, then as a…

    Continue ReadingDocumentDB SQL – Array Creation

    DocumentDB SQL – Aliasing

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

    In relational databases, SQL aliases are used to temporarily rename a table or a column heading. Similarly, in DocumentDB, aliases are used to temporarily rename a JSON document, sub-document, object…

    Continue ReadingDocumentDB SQL – Aliasing

    DocumentDB SQL – Joins

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

    In relational databases, the Joins clause is used to combine records from two or more tables in a database, and the need to join across tables is very important while…

    Continue ReadingDocumentDB SQL – Joins

    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
    • Go to the previous page
    • 1
    • …
    • 113
    • 114
    • 115
    • 116
    • 117
    • 118
    • 119
    • …
    • 157
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP