--现有三个表Student.Score.Course.Teacher create table Student ( Sno ) not null,--学号 Sname ) not null,--姓名 Ssex ) not null,--性别 Bbrithday date,--生日 Class ),--班级 ) create table Course ( Con ) not null,--课程号 Cname ) not null,--课程 Ton ) not null,--教工号 ) creat…