单项选择题

A.create table emp_new as select *from emp;
B.create table emp as select *from emp_new;
C.create table emp_new from emp;
D.create table emp from emp_new;