8. SQL Statements : SELECT (interactive) : Select Statement Clauses
 
Share this page                  
Select Statement Clauses
The SELECT statement has the following clauses:
SELECT
FROM
WHERE
GROUP BY
HAVING
ORDER BY
OFFSET
FETCH FIRST
UNION