SELECT list of expressions (column names or aggregate functions) in the output
FROM list of tables
WHERE conditions (usually combined with AND)
GROUP BY list of column names
.
SELECT and FROM are mandatory