SELECT▶
Retrieve data from database tables
GROUP BY▶
Group rows that have the same values
ORDER BY▶
Sort the result set
JOINS▶
Combine rows from multiple tables
FUNCTIONS▶
Built-in SQL functions for data manipulation
WHERE▶
Filter records based on conditions