表架构Student(S#,Sname,Sage,Ssex) 学生表 Course(C#,Cname,T#) 课程表 SC(S#,C#,score)&nbs
--新建学生表create table Student(Sid varchar(10),Sname nvarchar(10),Sage datetime,Ssex nvarchar(10))--向学生