Category Archives: documentdb Sql

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 […]

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 […]