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