11 關聯式資料庫中,原本已有一個關聯(relation)表 Employee,其屬性(attributes)包括 id、name、 gender、address。屬性 gender 記錄員工的性別,男性員工的 gender 欄位標記為 male,女性員工的 gender 欄位標記為 female。對關聯表 Employee 使用下列那一個關聯運算,可以產生只包含男性員工元組 (tuples)的資料表?
(A) select
(B) intersection
(C) join
(D) update

答案:登入後查看
統計: A(363), B(60), C(42), D(12), E(0) #2823600

詳解 (共 2 筆)

#5313189
select * from Employ...
(共 44 字,隱藏中)
前往觀看
11
1
#5264706
select怎麼產生?我只知道用wher...
(共 25 字,隱藏中)
前往觀看
2
1