create database 学生成绩数据库 create table 课程信息表 ( 课号 char(6) primary key, 名称 char(6) NOT NULL ) 其他的以此类推,你看着给吧。