sql 建立学生表 课程表 成绩表

建立 create database student go 学生表 create table student ( stu_name varchar(30) not null, stu_id char primary key (stu_id), stu_specialty varchar(30) not null, stu_sex char(2) check( stu_sex in (‘男’,’女’
相关文章
相关标签/搜索