What is the difference between sql statements and clause
A statement is the query and the clause is the condition of the statement.
The following statement:
SELECT foo FROM bar JOIN quux WHERE x = y;
is made up of the following clauses: