使用场景删除视图 使用场景 产品权限:查,看;不能增删改程序员:存储需求分析结果,封装一个mysql create view age18 as select * from stu_manager where age > 18; 分析结果有嵌套——>封装到视图 删除视图drop vew age18;