Loading AI tools
计算机语言用于查询到数据库和信息系统 来自维基百科,自由的百科全书
查詢語言或資料查詢語言(Data Query Language, DQL)是用於從資料庫或資訊系統中查詢資料的電腦語言。例如SQL語言是查詢語言裡比較知名的一種。
數據查詢語言泛指向資料庫或資訊系統查詢的各種程式語言。資料查詢語言必須要能表達所有關係代數所能表達的查詢,這樣才被稱為關係完整的(英語:Relational complete)。[1]
DQL的主要功能是查詢資料,本身核心指令為SELECT,為了進行精細的查詢,加入了各類輔助指令。SELECT
是查詢的指令,例如:
SELECT p.Name, sod.SalesOrderID
FROM Production.Product p
INNER JOIN Sales.SalesOrderDetail sod ON p.ProductID = sod.ProductID
ORDER BY p.Name
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.