Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Data query language

From Wikipedia, the free encyclopedia

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.[1][2]

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.[1]

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.[1]

[edit]

References

[edit]
  1. 1 2 3 "What Are DDL, DML, DQL, and DCL in SQL?". learnsql.com. December 22, 2022. Retrieved February 25, 2026.{{cite web}}: CS1 maint: url-status (link)
  2. "Data Query Language". tpointtech.com. December 30, 2025. Retrieved February 25, 2026.{{cite web}}: CS1 maint: url-status (link)