-
一、实验目的
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
-
wage management system management system for wage wage wage management system ma...
工资管理系统工资管理系统工资管理系统工资管理系统
- 2022-01-25 20:40:55下载
- 积分:1
-
使用 DELPHI(C++BUILDER),存储二进制数据与文件的方法,经过测试,该方法可适用于sqlserver 和 oracle...
使用 DELPHI(C++BUILDER),存储二进制数据与文件的方法,经过测试,该方法可适用于sqlserver 和 oracle -using Delphi (C BUILDER), binary data storage and documentation methods, after testing, the method can be applied to SQLServer and oracle
- 2022-03-16 06:41:51下载
- 积分:1
-
这是一个基于C语言编写的数据库程序,类容非常丰富啊。此软件无解压密码。...
这是一个基于C语言编写的数据库程序,类容非常丰富啊。此软件无解压密码。-This is a C-based language of the database program, such capacity is very rich ah. This software without extracting passwords.
- 2023-03-21 02:10:04下载
- 积分:1
-
一个很精美的留言半,只有管理人员才能进行回复,删除等操作...
一个很精美的留言半,只有管理人员才能进行回复,删除等操作-A very beautiful message and a half years, only managers in order to restore, delete and other operations
- 2022-06-27 12:04:47下载
- 积分:1
-
收缩SQL2000数据库以及一个树型结构的搜索算法.
收缩SQL2000数据库以及一个树型结构的搜索算法.-Contraction SQL2000 database as well as a tree structure of the search algorithm.
- 2022-09-11 22:30:03下载
- 积分:1
-
C#访问数据库,并建立多个表之间的关系,查询多个表,包含了数据库Northwind...
C#访问数据库,并建立多个表之间的关系,查询多个表,包含了数据库Northwind-C# Access the database and to establish the relationship between multiple tables, query multiple tables, including a database Northwind
- 2022-03-29 06:40:28下载
- 积分:1
-
in powerbuilder Database Backup and restore databases and source code examples
在powerbuilder中备份数据库,恢复数据库及例子源代码-in powerbuilder Database Backup and restore databases and source code examples
- 2022-12-11 13:35:03下载
- 积分:1
-
sssaaaaaaaaaaaaaaaaaa
ode完整,编辑mapx地图,值得学习。仅限X86。。。代码
- 2022-01-25 22:50:57下载
- 积分:1
-
SQL server common statement is the classic collection does not see you suffer
SQL server 中常用的语句,是收藏的经典,不看你吃亏-SQL server common statement is the classic collection does not see you suffer
- 2023-05-29 03:25:03下载
- 积分:1