Conceptual
Login

SQL SELECT Statement

SELECT declares which columns to return FROM which tables, with logical evaluation order FROM → WHERE → GROUP BY → HAVING → SELECT → ORDER BY. It states what result is wanted, never how to compute it.