Introduction to SQL
Relational Languages
The language is comprised of different classes of commands:
- Data Manipulation Language (DML): SELECT, INSERT, UPDATE, and DELETE statements.
- Data Definition Language (DDL): Schema definitions for tables, indexes, views, and other objects.
- Data Control Language (DCL): Security, access controls.
- It also includes view definition, integrity and referential constraints, and transactions.
AGGREGATES
Window Functions
Nested Queries
Lateral Joins