Overview
From this tutorial, you will learn how to perform basic operations with data in YDB and get familiar with the YQL syntax. Create a database and follow all the steps in the management console, copying the YQL instructions to the Query field.
The tutorial consists of 15 steps:
- Creating a table
- Adding data to a table
- Selecting data from all columns
- Selecting data from specific columns
- Sorting and filtering
- Data aggregation
- Additional selection criteria
- Joining tables by JOIN
- Data insert and update by REPLACE
- Data insert and update by UPSERT
- Data insert by INSERT
- Data update by UPDATE
- Deleting data
- Adding and deleting columns
- Deleting a table