单项选择题

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

A.都等价
B.仅I
C.仅II
D.都不等价