Glossary term

DQL

Data Query Language

SQL subset for reading data -- SELECT.

acronymProgramming & WebSenior

When you'd see it: Reading data from a database. DQL is essentially the SELECT statement.

Why it matters: DQL is the subset of SQL for reading data, centered on SELECT. It is the part of SQL most people use most, and the safe part, since it reads without changing anything.

Study this in BizTech Primer →