|
Category: Definition
Data Query Language, DQL The term Data Query Language or short DQL is a dialect of SQL (Structured Query Language) which describes how to retrieve data from relational databases. Theselect command is commonly used for these queries.
|