单项选择题

A.SELECT。FROM emp;
B.SELECT ename,hiredate,sal FROM emp;
C.SELECT。FROM emp ORDER deptno;
D.SELECT。FROM emp WHERE deptno=1AND sal<30;