Definition
The standard language for managing relational databases. Used to create, read, update, and delete data. Pronounced "sequel" (S-Q-L). Dialects include PostgreSQL, MySQL, and SQLite.
Example Usage
"The SQL query uses a JOIN to fetch users and their most recent order in a single round trip to the database."