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 (‘男’,’女’
相關文章
相關標籤/搜索