设有关系R=(A,B,C)与SQL语句select distinct A,C from R where B=5等价的关系代数表达式是 I.πA,C(σB=5R)) Ⅱ.σB=5(πA,C(R))

admin2010-05-13  40

问题 设有关系R=(A,B,C)与SQL语句select distinct A,C from R where B=5等价的关系代数表达式是   
I.πA,C(σB=5R))   
Ⅱ.σB=5(πA,C(R))

选项 A、都等价
B、仅Ⅰ
C、仅Ⅱ
D、都不等价

答案2

解析 对于Ⅱ表达式,由于先做投影,所以过滤了B,所以不能没有符合where B=5的条件。
转载请注明原文地址:https://kaotiyun.com/show/n8SZ777K
0

相关试题推荐
最新回复(0)