用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)    
相關文章
相關標籤/搜索