Content deleted Content added
IznoRepeat (talk | contribs) m →References: add WP:TEMPLATECAT to remove from template; genfixes |
m Undid revision 1241689734 by Electrou (talk) not a reliable source |
||
Line 2:
{{Distinguish|Query language}}
{{NR|date=June 2023|find="Data query language"}}
'''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)<ref>{{Cite web |date=2017-11-06 |title=SQL Commands: DDL, DQL, DML, DCL and TCL With Examples |url=https://www.geeksforgeeks.org/sql-ddl-dql-dml-dcl-tcl-commands/ |access-date=2024-08-22 |website=GeeksforGeeks |language=en-US}}</ref> is argued to be part of the sub-language set as well.▼
▲'''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)
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.
|