题目内容

新建数据库student

查看答案
更多问题

在student数据库中创建基本表:student(sno,sname,ssex,sage)要求约束完善

在student数据库中创建基本表:course(cno,cname,teacher)要求约束完善

在student数据库中创建基本表:sc(sno,cno,grade)要求约束完善

在student中插入新列scome,数据类型为日期时间型

答案查题题库