-
一、实验目的
1)理解视图的概念。
2)掌握创建视图的方法。
3)掌握更改视图的方法。
4)掌握用视图管理数据的方法。
二、实验内容
3...
一、实验目的
1)理解视图的概念。
2)掌握创建视图的方法。
3)掌握更改视图的方法。
4)掌握用视图管理数据的方法。
二、实验内容
3、用T-SQL语言创建、管理视图 (以下题目需提交)
(1)创建视图
1)创建一个名为stuview2的水平视图,从数据库XSGL的student表中查询出性别为“男”的所有学生的资料。并在创建视图时使用with check option。(注:该子句用于强制视图上执行的所有修改语句必须符合由Select语句where中的条件。)
T-SQL语句为:
Create view stuview2
As
Select *
From student
Where sex= 男
-1, experimental purposes 1) understand the concept of view. 2) to master the method to create the view. 3) control to change the view method. 4) The master with the view of management data. Second, the contents of three experiments, using T-SQL language to create, manage view (the following topics should be submitted) (1) create a view of a) Create a file called stuview2 level view of the student table from the database query XSGL the gender as " male " All the students information. Used in the creation of the view with check option. (Note: This clause is used to force all the modifications performed on the view must be consistent with statements
- 2023-09-08 05:20:03下载
- 积分:1
-
sql 2003的 bnf范式,学习sql 2003标准的最权威参考
sql 2003的 bnf范式,学习sql 2003标准的最权威参考-bnf paradigm of sql 2003, sql 2003 standard to study the most authoritative reference
- 2023-03-03 05:00:03下载
- 积分:1
-
201211251165788
管理系统的设计与实现 ,使用的框架是Struts和Hibernate,用的技术是java ,开发平台是myeclipse ,数据库是mysql(The design and implementation of the management system is based on Struts and Hibernate. The technology used is Java, the development platform is MyEclipse, and the database is mysql.)
- 2018-06-04 21:27:48下载
- 积分:1
-
Hotel rooms management system, a very detailed information and presentation, as...
酒店客房管理系统,很详细的资料和介绍,还有数据库文件-Hotel rooms management system, a very detailed information and presentation, as well as database files
- 2022-01-25 21:12:47下载
- 积分:1
-
VB操作SQL实例,快来下载吧,对初学者很有帮助的
VB操作SQL实例,快来下载吧,对初学者很有帮助的-VB operation SQL examples, Come download it, very helpful for beginners
- 2022-01-26 05:58:34下载
- 积分:1
-
一个很好的sqlserver2000数据库函数包希望大家喜欢
一个很好的sqlserver2000数据库函数包希望大家喜欢-A very good SQL Server 2000 database function package hope that everyone likes
- 2023-07-09 22:05:03下载
- 积分:1
-
View the design used by SQL Server or Access query design have all seen this kin...
用过SQL Server视图设计或Access查询设计的都见过这样的控件,控件外形象一个窗体,有边框、标题栏、图标、关闭按钮,可拖动、改变大小-View the design used by SQL Server or Access query design have all seen this kind of control, outside the image of a form control, have borders, title bar icon, the Close button to drag and change the size of
- 2022-05-27 07:51:55下载
- 积分:1
-
Visual Basic 数据库系统开发实例导航(第二版)_0.rar,可以帮助初学者学到很多东西,对有需要学习数据库课程设计的朋友很有帮助...
Visual Basic 数据库系统开发实例导航(第二版)_0.rar,可以帮助初学者学到很多东西,对有需要学习数据库课程设计的朋友很有帮助-An instance of Visual Basic Database System Navigation (Second Edition) _0.rar, can help beginners learn a lot right there is a need to learn a database program designed by a friend very helpful
- 2022-03-05 09:47:25下载
- 积分:1
-
利用ADO的recordset对象执行带参数的存储过程,并返回记录集的例子。带数据库文件。有详尽说明...
利用ADO的recordset对象执行带参数的存储过程,并返回记录集的例子。带数据库文件。有详尽说明-ADO
- 2023-06-25 07:30:03下载
- 积分:1
-
酒店管理系统
资源描述
jsp的正常设计,SQL Sever数据库,前台展示了酒店的客房信息以及用餐信息,实现顾客的登录、注册、预订等功能,后台为管理员界面,实现了登录、订单查询、修改商品信息等功能
- 2023-02-17 10:25:04下载
- 积分:1