单选题 设有关系R=(A,B,C),和关系表达式:  Ⅰ.πA.CB=S(R))   Ⅱ. σB=sA.C(R))   Ⅲ. σA.CB=S(R))   上述关系代数表达式中,与SQL语句select distinct A,C from R where B=5 等价的是
【正确答案】 D
【答案解析】