-
一、实验目的
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 sever 2000中有关安全性的学习资料,需要的请下载
SQL sever 2000中有关安全性的学习资料,需要的请下载-SQL sever 2000 relating to the safety of learning materials, need to download ....
- 2022-05-20 18:06:10下载
- 积分:1
-
mysql-manual
本书适合于准备用MySQL进行系统开发的设计人员和编程人员学习。(This book is suitable for development of systems ready to use MySQL designers and programmers to learn.)
- 2014-09-11 16:15:57下载
- 积分:1
-
在ZIP文件从CH 14 SQLServer脚本
sqlserver scripts from ch 14 in zip files
- 2022-08-21 19:09:55下载
- 积分:1
-
Linq三层模式之演示添加修改删除源码
net2008+sqlserver2005,利用Linq分三层操作数据,数据库文件在DB下,直接附加即可,新手学习的...
Linq三层模式之演示添加修改删除源码
net2008+sqlserver2005,利用Linq分三层操作数据,数据库文件在DB下,直接附加即可,新手学习的好资料。-LINQ presentation of three-tier model to add amendments to delete source net2008+ Sqlserver2005, the use of LINQ operations at the three-tier data, database files in the DB directly attached to, and newcomers learn the information.
- 2022-10-13 09:55:04下载
- 积分:1
-
一个科研管理系统,用于管理项目,是基于SQL和VC的一个系统
一个科研管理系统,用于管理项目,是基于SQL和VC的一个系统-A research management system for managing projects, is based on SQL and VC of a system
- 2022-02-03 08:24:12下载
- 积分:1
-
fangwuchuzu
实现房屋出租信息的添加,修改,查询,删除等功能(To achieve rental information to add, modify, query, delete, etc.)
- 2011-01-10 20:06:07下载
- 积分:1
-
- 2022-06-11 12:43:57下载
- 积分:1
-
一个对新生入住寝室进行信息管理的SQL数据库系统,附详细结构说明及附图。...
一个对新生入住寝室进行信息管理的SQL数据库系统,附详细结构说明及附图。-1 pairs of new information management for occupancy bedroom SQL database system, with a detailed structure of the description and drawings.
- 2022-10-07 16:15:03下载
- 积分:1
-
Police E Wei office automation database, can refer to all the SQL scripts used t...
警E卫办公自动化数据库,可以参照全部用SQL脚本建立数据库,以及添加相关用户组,用户名,权限等-Police E Wei office automation database, can refer to all the SQL scripts used to build up a database, and add the relevant user group, user name, permissions, etc.
- 2022-07-18 05:39:50下载
- 积分:1