单项选择题

A.select name,sal from emp where deptno=:1
B.select name,sal from emp where deptno=:"SYS_B_01"
C.select name,sal from emp where deptno=101;