Engine Specific Commands

SQL Commands (SQL Server)


Sections

Section 1: Querying Data

Section 2: Ordering Data

Section 3: Filtering Data

Section 4: Conditional Data

Section 5: Joining Data

Section 6: Aggregating Data

Section 7: Grouping Data

Section 8: Modifying Data


Order of Operations

Web Reference

When building SQL queries, the engine will execute each clause in a predefined order of execution.

  1. FROM
  2. JOIN
  3. WHERE
  4. GROUP BY