[role="xpack"] [testenv="basic"] [[sql-commands]] === SQL Commands This section contains the list of SQL commands supported by {es-sql} along with their syntax: <>:: Describe a table. <>:: Retrieve rows from zero or more tables. <>:: List columns in table. <>:: List supported functions. <>:: List tables available. include::describe-table.asciidoc[] include::select.asciidoc[] include::show-columns.asciidoc[] include::show-functions.asciidoc[] include::show-tables.asciidoc[]