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程序员笔试题
Jan 01 面试题
如何在Cookie里面保存Unicode和国际化字符
May 25 面试题
什么是serialVersionUID
Mar 04 面试题
附答案的Java面试题
Nov 19 面试题
网络、C以及其他硬件方面的面试题
Aug 23 面试题
经典c++面试题六
Jan 18 面试题
试述DBMS的主要功能
Nov 13 面试题
存储过程和sql语句的优缺点
Jul 02 面试题
什么是数据抽象
Nov 26 面试题
介绍一下Python下range()函数的用法
Nov 07 面试题
一些关于MySql加速和优化的面试题
Jan 30 面试题
Servlet都有哪些方法?主要作用是什么?
Mar 04 面试题
说一下mysql, oracle等常见数据库的分页实现方案
Sep 29 #面试题
天游软件面试
Nov 23 #面试题
介绍一下内联、左联、右联
Dec 31 #面试题
如何用SQL语句进行模糊查找
Sep 25 #面试题
存储过程的优缺点是什么
Jan 10 #面试题
DBA数据库管理员JAVA程序员架构师必看
Feb 07 #面试题
介绍一下SQL Server里面的索引视图
Jul 31 #面试题
You might like
咖啡产品发展的三大浪潮
2021/03/04 咖啡文化
php如何调用webservice应用介绍
2012/11/24 PHP
php文件操作相关类实例
2015/06/18 PHP
laravel 框架结合关联查询 when()用法分析
2019/11/22 PHP
js清空表单数据的两种方式(遍历+reset)
2014/07/18 Javascript
jQuery 1.9移除了$.browser可以使用$.support来替代
2014/09/03 Javascript
JavaScript中使用typeof运算符需要注意的几个坑
2014/11/08 Javascript
asp.net+js实现金额格式化
2015/02/27 Javascript
微信支付如何实现内置浏览器的H5页面支付
2015/09/25 Javascript
Javascript技术栈中的四种依赖注入小结
2016/02/27 Javascript
WEB前端实现裁剪上传图片功能
2016/10/17 Javascript
jQuery实现字符串全部替换的方法
2016/12/12 Javascript
微信小程序 增、删、改、查操作实例详解
2017/01/13 Javascript
jquery.form.js异步提交表单详解
2017/04/25 jQuery
js 实现复选框只能选择一项的示例代码
2018/01/23 Javascript
JavaScript满天星导航栏实现方法
2018/03/08 Javascript
js使用ajax传值给后台,后台返回字符串处理方法
2018/08/08 Javascript
Python制作简单的网页爬虫
2015/11/22 Python
基于python实现微信模板消息
2015/12/21 Python
Python实现的多线程同步与互斥锁功能示例
2017/11/30 Python
Django中使用Celery的教程详解
2018/08/24 Python
Python实现数据结构线性链表(单链表)算法示例
2019/05/04 Python
html5使用html2canvas实现浏览器截图的示例
2017/08/31 HTML / CSS
HTML5仿微信聊天界面、微信朋友圈实例代码
2018/01/29 HTML / CSS
vivo智能手机官方商城:vivo
2016/09/22 全球购物
Links of London官方网站:英国标志性的珠宝品牌
2017/04/09 全球购物
诺心蛋糕官网:LE CAKE
2018/08/25 全球购物
行政专员工作职责
2013/12/22 职场文书
物流业务员岗位职责
2014/02/08 职场文书
关于随地扔垃圾的检讨书
2014/09/30 职场文书
2015年复活节活动总结
2015/02/27 职场文书
2015年销售人员工作总结
2015/04/07 职场文书
小学英语新课改心得体会
2016/01/22 职场文书
九年级历史教学反思
2016/02/19 职场文书
股东出资协议书
2016/03/21 职场文书
React列表栏及购物车组件使用详解
2021/06/28 Javascript