单项选择题

设有关系R=(A,B,C),与SQL语句select distinct A from R where B=17 等价的关系代数 表达式是______。

A.πA(σB=17(R))
B.σB=17(πA (R))
C.σB=17(πA,C (R))
D.πA,C (σB=17(R))