This document provides an overview of basic SQL concepts including:
- The main clauses of an SQL query: SELECT, FROM, WHERE
- Common SQL operations like selection, projection, joins, aggregation, renaming, pattern matching and string operations
- How to order and group query results
- Set operations in SQL like UNION, INTERSECT, EXCEPT
- Examples of SQL queries on bank database schemas and relations