Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Data query language
Syntax used to query databases

Data query language (DQL) is part of the base grouping of SQL sub-languages. These sub-languages are mainly categorized into four categories: a data query language (DQL), a data definition language (DDL), a data control language (DCL), and a data manipulation language (DML). Sometimes a transaction control language (TCL) is argued to be part of the sub-language set as well.

DQL statements are used for performing queries on the data within schema objects. The purpose of DQL commands is to get the schema relation based on the query passed to it.

Although often considered part of DML, the SQL SELECT statement is strictly speaking an example of DQL. When adding FROM or WHERE data manipulators to the SELECT statement the statement is then considered part of the DML.

We don't have any images related to Data query language yet.
We don't have any YouTube videos related to Data query language yet.
We don't have any PDF documents related to Data query language yet.
We don't have any Books related to Data query language yet.
We don't have any archived web articles related to Data query language yet.

References

  1. "SQL Commands: DDL, DQL, DML, DCL and TCL With Examples". GeeksforGeeks. 2017-11-06. Retrieved 2024-08-22. https://www.geeksforgeeks.org/sql-ddl-dql-dml-dcl-tcl-commands/