create table 学生成绩
(学号 varchar(12) not null,
课程号 int not null,
constraint pk_学号_课程号 primary key(学号,课程号),
成绩 tinyint,
学分 tinyint)

错在哪了?请高手回答,小弟在线等!急啊