create table student(table
id int(4) not null,tab
name char(20) not null,ab
age int(3) not null default '0',arc
dept varchar(16) default null,
);