单项选择题

A.select*from dual;
B.set define
C.update emp set ename=6543where ename=‘SMITHERS’;
D.create table employees(empid varchar2(10)primary key);