Structured Query Language

SQL

noun (acronym) /ˈsiːkwəl/

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.

"The SQL query uses a JOIN to fetch users and their most recent order in a single round trip to the database."