> ## Documentation Index
> Fetch the complete documentation index at: https://clickhouse.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

> Contains a list of all SQL statements of ClickHouse.

# system.statements

<h2 id="description">
  Description
</h2>

Contains a list of all SQL statements of ClickHouse.

<h2 id="columns">
  Columns
</h2>

* `name` ([String](/docs/reference/data-types/string)) — The name of the SQL statement.
* `syntax` ([String](/docs/reference/data-types/string)) — The syntax of the statement.
* `description` ([String](/docs/reference/data-types/string)) — A description of what the statement does, with usage examples.
* `parent_name` ([String](/docs/reference/data-types/string)) — The name of the enclosing statement, e.g. SELECT for the WHERE clause. Empty for a top-level statement.
* `related` ([Array(String)](/docs/reference/data-types/array)) — The names of related statements.
