Skip to main content
Version: 0.8.0

BlueQL

In this section we take a look at the syntax and structure of BlueQL, how it is different from SQL, and then proceed to understand different queries. We go from DDL queries which enables you to create spaces and models to DML queries like INSERT and SELECT that enable you to do perform CRUD operations on the database and finally take a look at DCL that enables you to control the access of data and perform administrative tasks. We recommend that you carefully read through this section to get a strong understanding of BlueQL and how it is different.