Khóa học miễn phí Composite SQL Queries nhận dự án làm có lương

DocumentDB SQL – Composite SQL Queries 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 retrieves multiple levels of related information on existing queries and presents the combined data as a single and […]

Khóa học miễn phí JavaScript Integration nhận dự án làm có lương

DocumentDB SQL – JavaScript Integration 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 inside the database engine. DocumentDB provides a programming model for executing JavaScript-based application logic directly on the collections in terms […]

Khóa học miễn phí User-Defined Functions nhận dự án làm có lương

DocumentDB SQL – User-Defined Functions 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 UDFs to extend the query language with custom business logic that you can reference in your queries. The DocumentDB SQL […]