What is view? why do we have view?


Posted in 面试题 onJune 22, 2012
Views can represent a subset of the data contained in a table
Views can join and simplify multiple tables into a single virtual table
Views can act as aggregated tables, where the database engine aggregates data (sum, average etc) and presents the calculated results as part of the data
Views can hide the complexity of data; for example a view could appear as Sales2000 or Sales2001, transparently partitioning the actual underlying table
Views take very little space to store; the database contains only the definition of a view, not a copy of all the data it presents
Depending on the SQL engine used, views can provide extra security
Views can limit the degree of exposure of a table or tables to the outer world

Tags in this post...

面试题 相关文章推荐
PHP面试题及答案一
Jun 18 面试题
一份Java笔试题
Feb 21 面试题
struct和class的区别
Nov 20 面试题
经典c++面试题四
May 14 面试题
SQL Server的固定数据库角色都有哪些?对应的服务器权限有哪些?
May 18 面试题
介绍一下.NET构架下remoting和webservice
May 08 面试题
什么是View State?
Jan 27 面试题
CSMA/CD介质访问控制协议
Nov 17 面试题
Shell如何接收变量输入
Sep 24 面试题
有abstract方法的类一定要用abstract修饰吗
Mar 14 面试题
什么是抽象
Dec 13 面试题
说一下mysql, oracle等常见数据库的分页实现方案
Sep 29 #面试题
天游软件面试
Nov 23 #面试题
介绍一下内联、左联、右联
Dec 31 #面试题
如何用SQL语句进行模糊查找
Sep 25 #面试题
存储过程的优缺点是什么
Jan 10 #面试题
DBA数据库管理员JAVA程序员架构师必看
Feb 07 #面试题
介绍一下SQL Server里面的索引视图
Jul 31 #面试题
You might like
php常用文件操作函数汇总
2014/11/22 PHP
php加密之discuz内容经典加密方式实例详解
2017/02/04 PHP
几行代码轻松搞定jquery实现flash8类似的连接效果
2007/05/03 Javascript
javascript中的new使用
2010/03/20 Javascript
JavaScript判断窗口是否最小化的代码(跨浏览器)
2010/08/01 Javascript
Bookmarklet实现启动jQuery(模仿 云输入法)
2010/09/15 Javascript
js实现无需数据库的县级以上联动行政区域下拉控件
2013/08/14 Javascript
javascript上传图片前预览图片兼容大多数浏览器
2013/10/25 Javascript
javascript中的3种继承实现方法
2016/01/27 Javascript
AngularJS教程之环境设置
2016/08/16 Javascript
AngularJS封装指令方法详解
2016/12/12 Javascript
vue加载自定义的js文件方法
2018/03/13 Javascript
vue router 跳转后回到顶部的实例
2018/08/31 Javascript
JS实现鼠标拖拽盒子移动及右键点击盒子消失效果示例
2019/01/29 Javascript
vue 对象添加或删除成员时无法实时更新的解决方法
2019/05/01 Javascript
Python通过递归遍历出集合中所有元素的方法
2015/02/25 Python
python通过线程实现定时器timer的方法
2015/03/16 Python
使用Python脚本将Bing的每日图片作为桌面的教程
2015/05/04 Python
python 性能优化方法小结
2017/03/31 Python
Python求两个圆的交点坐标或三个圆的交点坐标方法
2018/11/07 Python
Python 变量的创建过程详解
2019/09/02 Python
pygame实现烟雨蒙蒙下彩虹雨
2019/11/11 Python
Python性能分析工具Profile使用实例
2019/11/19 Python
pycharm远程连接vagrant虚拟机中mariadb数据库
2020/06/05 Python
PyCharm2020.1.2社区版安装,配置及使用教程详解(Windows)
2020/08/07 Python
html5利用canvas绘画二级树形结构图的示例
2017/09/27 HTML / CSS
X/HTML5 和 XHTML2
2008/10/17 HTML / CSS
HTML5拖放API实现拖放排序的实例代码
2017/05/11 HTML / CSS
高档奢华时装在线目的地:FORWARD by elyse walker
2017/10/16 全球购物
一封普通求职者的求职信
2013/11/20 职场文书
4s店总经理岗位职责
2013/12/31 职场文书
十八大闭幕感言
2014/01/22 职场文书
转让协议书范本
2014/09/13 职场文书
三严三实对照检查材料思想汇报
2014/09/28 职场文书
2015年五四青年节演讲稿
2015/03/18 职场文书
绿色环保倡议书
2015/04/28 职场文书