Syntax der SELECT-Anweisung

Gap-fill exercise

   ALL      BY      col_name      DESC      DISTINCT      select_expr      table_references      where_condition   

SELECT
[ | | DISTINCTROW ]
, ...
FROM
[WHERE ]
[ORDER [ASC | ], ...]
[LIMIT {[offset,] row_count]