查詢語言資料查詢語言(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

參照

參考資料

Wikiwand in your browser!

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.