Data Query Language (DQL) is part of the base grouping of SQL sub-languages. These sub-languages are mainly categorized into four categories, DDL, DQL, DML and DCL. Sometimes 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.
Related languages
- Data definition language
- Data manipulation language
- Data control language
- Transactional Control Language
Database management systems |
|---|
| Types |
- Object-oriented
- Relational
- Document-oriented
- Graph
- NoSQL
- NewSQL
|
|---|
| Concepts |
- Database
- ACID
- Armstrong's axioms
- CAP theorem
- CRUD
- Null
- Candidate key
- Foreign key
- Superkey
- Surrogate key
- Unique key
|
|---|
| Objects |
- Relation
- View
- Transaction
- Transaction log
- Trigger
- Index
- Stored procedure
- Cursor
- Partition
|
|---|
| Components |
- Concurrency control
- Data dictionary
- JDBC
- XQJ
- ODBC
- Query language
- Query optimizer
- Query rewriting system
- Query plan
|
|---|
| Functions |
- Administration
- Query optimization
- Replication
|
|---|
| Related topics |
- Database models
- Database normalization
- Database storage
- Distributed database
- Federated database system
- Referential integrity
- Relational algebra
- Relational calculus
- Relational database
- Relational model
- Object-relational database
- Transaction processing
|
|---|
| This article does not cite any external source. HandWiki requires at least one external source. See citing external sources. Please help improve this article. Unsourced material may be removed in future. Find sources: "Data query language" – news · newspapers · books · scholar · JSTOR (2021) (Learn how and when to remove this template message) |
 | Original source: https://en.wikipedia.org/wiki/Data query language. Read more |