4. SQL Statements : SELECT : SELECT Statement Clauses
 
Share this page                  
SELECT Statement Clauses
The SELECT statement has the following clauses:
SELECT
FROM
WHERE
GROUP BY
HAVING
ORDER BY
UNION
INTERSECT
EXCEPT
WITH