问答题
删除表student的数据,将所有3班出生日期小于1981年5月12日的记录删除。
delete from student where classno=3 and birthday > ’12-5 月 -......
(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)
问答题 修改表student的数据,将所有一班的学生成绩加10分。
问答题 向表student中插入如下2行。
问答题 创建序列stuseq,要求初值为20050001,增量为1,最大值为20059999。