用mysql建立第一张表student

create table student (  zkzh     char(20)        not null primary key,  name     char(8)         not null,  major    char(20)        null,  birth    date            not null,  sex      tinyint(1)    
相关文章
相关标签/搜索