Lesson 3. Basic Syntax
The elements of a SQL statement are called clauses. Clauses have to be written in a certain order. You cannot deviate from this order. If you attempt to perform an operation out of order, your SQL statement will fail to execute.
Examples
SQL Statement Clause Order
Last updated