title | summary | toc |
---|---|---|
SELECT |
The SELECT statement retrieves data from a table. |
false |
The SELECT
statement retrieves data from a table.
{% include sql/diagrams/select.html %}
The user must have the SELECT
privilege on the table.
Parameter | Description |
---|---|