create table employees( 工号varchar(4) primary key, 姓名varchar(10) not null , 年龄int defalut 18);. 约束条件分别为:工号作为主键,姓名非空, ...
確定! 回上一頁