问答题

非空:修改学生信息表(student),增加一个班级字段class字符型长度为1,非空。

【参考答案】

alter table student add class char(1) not null;
热门 试题