數據庫系統概論-第六章

關係代數 select sigma(􏰂􏰂􏰂􏰂σ)select

查詢instructor表中dept_name等於 Physic的數據 σdept_name = "Physics"(instructor)
= ≠ < ≤ > ≥ and ∧ or ∨ not ┒數據

投影運算
查詢表中的部分字段 ΠID,name,salary(instructor)查詢

查詢dept_name爲Physics的數據的name集合

Πname(σdept_name ="Physics"(instructor))struct

並運算 U 合併兩個查詢的結果集(並運算的結果必須是相容的) 集合差 - 找出存在於一個集合而不在另外一集合的元組

相關文章
相關標籤/搜索