12 · Databases & SQL
SQL
The language for querying databases
The standard language (pronounced “sequel”) for asking relational databases questions and changing their data. Decades old and everywhere.
Concrete example
“SELECT name FROM users WHERE active = true” asks for the names of all active users.
Why it matters
The lingua franca of structured data — and something an agent writes constantly when building features.