初始数据库---创建student表

CREATE TABLE `student2`(  `StudentNo` INT(4) NOT null comment'学号',  `LoginPwd` VARCHAR(20),  `Student` VARCHAR(20) comment'学生姓名',  `Sex` tinyint(1) comment '性别,取值为0或1',  `GradeId`int(11) comment '年级编号
相关文章
相关标签/搜索