Data query language: Difference between revisions

Content deleted Content added
m v2.02 - Repaired 5 links to disambiguation pages - (You can help) - DCL, DDL, DML, SELECT, TCL / WP:WCW project (Heading starts with one "=")
Use sub-language full names at least once before relying on acronyms.
Line 1:
{{Distinguish|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 [[Datadata definitionquery language|DDL]], (DQL), a [[Datadata manipulationdefinition language|DML]] and(DDL), a [[Datadata control language|DCL]]. Sometimes(DCL), and a [[Transactiondata Controlmanipulation Language|TCLlanguage]] (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.