# Lexical Structure This section covers the lexical elements of the SQL dialect understood by the Relational Layer — the pieces a statement is built from before any of it is interpreted as a query. ```{toctree} :maxdepth: 1 Lexical_Structure/Comments ```