DQL (Data Query Language)
DQL (Data Query Language) forms the core of data retrieval. DQL commands, specifically the SELECT
statement, allows to extract and manipulate data from the database tables based on specific criteria.
SELECT
Retrieves data from one or more tables based on a set of conditions.
Syntax
Example
Last updated
Was this helpful?