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

    DocumentDB SQL – Composite SQL Queries

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

    Composite Query enables you to combine data from existing queries and then apply filters, aggregates, and so on before presenting the report results, which show the combined data set. Composite Query…

    Continue ReadingDocumentDB SQL – Composite SQL Queries

    DocumentDB SQL – User-Defined Functions

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

    DocumentDB SQL provides support for User-Defined Functions (UDFs). UDFs are just another kind of JavaScript functions you can write and these work pretty much as you'd expect. You can create…

    Continue ReadingDocumentDB SQL – User-Defined Functions

    DocumentDB SQL – JavaScript Integration

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

    These days JavaScript is everywhere, and not just in browsers. DocumentDB embraces JavaScript as a sort of modern day T-SQL and supports the transactional execution of JavaScript logic natively, right…

    Continue ReadingDocumentDB SQL – JavaScript Integration

    DocumentDB SQL – Linq to SQL Translation

    • Post author:S J
    • Post published:August 20, 2021
    • Post category:DocumentDB SQL
    • Post comments:1 Comment

    In DocumentDB, we actually use SQL to query documents. If we are doing .NET development, there is also a LINQ provider that can be used and which can generate appropriate…

    Continue ReadingDocumentDB SQL – Linq to SQL Translation

    DocumentDB SQL – Built-in Function

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

    DocumentDB supports a host of built-in functions for common operations that can be used inside queries. There are a bunch of functions for performing mathematical calculations, and also type checking…

    Continue ReadingDocumentDB SQL – Built-in Function

    DocumentDB SQL – Parameterized

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

    In relational databases, a parameterized query is a query in which placeholders are used for parameters and the parameter values are supplied at execution time. DocumentDB also supports parameterized queries,…

    Continue ReadingDocumentDB SQL – Parameterized

    DocumentDB SQL – Scalar Expressions

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

    In DocumentDB SQL, the SELECT clause also supports scalar expressions like constants, arithmetic expressions, logical expressions, etc. Normally, scalar queries are rarely used, because they don't actually query documents in…

    Continue ReadingDocumentDB SQL – Scalar Expressions

    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
    • 1
    • 2
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP