---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://ydb.tech/docs/en/yql/reference.md?version=v25.3
  - https://ydb.tech/docs/ru/yql/reference.md?version=v25.3
  - href: en/yql/reference/index.md
    type: text/markdown
    title: Markdown version
  - href: ../../llms.txt
    type: text/markdown
    title: llms.txt
sourcePath: en/core/yql/reference/index.md
---
> **Documentation Index:** Fetch the complete configuration index at https://ydb.tech/docs/en/llms.txt

# YQL - Overview

*YQL* (YDB Query Language) is a universal declarative query language for YDB, a dialect of SQL. YQL has been natively designed for large distributed databases, and therefore has a number of differences from the SQL standard.

YDB tools support interfaces for sending YQL queries and receiving their execution results:



- [YDB CLI](https://ydb.tech/docs/en/reference/ydb-cli/index.md?version=v25.3)
- [YDB SDK](https://ydb.tech/docs/en/reference/ydb-sdk/index.md?version=v25.3)

This documentation section contains the YQL reference that includes the sections:

- [Data types](https://ydb.tech/docs/en/yql/reference/types/index.md?version=v25.3) with a description of data types used in YQL
- [Syntax](https://ydb.tech/docs/en/yql/reference/syntax/index.md?version=v25.3) with a full list of YQL commands
- [Built-in functions](https://ydb.tech/docs/en/yql/reference/builtins/index.md?version=v25.3) with a description of the available built-in functions

You can also take a tutorial to get familiar with the basic YQL commands, in the [YQL tutorial](https://ydb.tech/docs/en/dev/yql-tutorial/index.md?version=v25.3) section.


