This document provides an overview of various SQL queries and concepts including:
- Column and table aliases to make column names and tables more readable
- Comparison, logical, and aggregation operators used in queries
- The WHERE, GROUP BY, HAVING, and ORDER BY clauses to filter and sort query results
- Subqueries, including correlated subqueries, to embed one query within another
- The ROWCOUNT statement to limit the number of rows returned by a query
- Examples of different types of queries using these concepts