问答题
update student set score=score+10 where classno=1;
向表student中插入如下2行。
创建序列stuseq,要求初值为20050001,增量为1,最大值为20059999。
问答题创建序列stuseq,要求初值为20050001,增量为1,最大值为20059999。
在表student的SNAME属性上创建索引student_sname_idx.
问答题在表student的SNAME属性上创建索引student_sname_idx.