A-A+ 设有关系R(A B C) 与SQL语句select distinct A from R wh 2022-08-06 03:11:19 问答库 阅读 175 次 问题详情 设有关系R(A,B,C),与SQL语句select distinct A from R where C=36等价的关系代数表达式是A.πA(σC=36(R))B.σC=36(πA (R))C.σC=36(πA,B (R))D.πA,B(σC=36(R))请帮忙给出正确答案和分析,谢谢! 参考答案 正确答案:A