oracle视图就是封装了一条写好的sql语句 可通过视图修改表结构 ; oracle需要手动创建序列时间:2022-06-09 23:09:35create sequence student_sid; --创建序列 oracle只能通过手动方式创建序列