这些代码正确嘛?create table emp( id int not null, employee int not null, deptno int not null, phone int not null);insert into emp values(7369,'cai','1001',604);
题目要求你没有发全吧?