-
一、实验目的
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
-
- 2022-06-14 22:43:53下载
- 积分:1
-
SQLServer2005
SQLSERVER2005数据库是非常重要的,具备了以前版本的内容。(SQLSERVER2005 database is very important to have a previous version of the content.)
- 2011-06-25 10:20:25下载
- 积分:1
-
《c++ cookbook》 o reily的经典系列书籍,详细介绍sql语言的书籍,绝对值得一看。...
《c++ cookbook》 o reily的经典系列书籍,详细介绍sql语言的书籍,绝对值得一看。-" C++ cookbook" o" reily the classic series of books detailing sql language books, absolutely worth a visit.
- 2022-09-12 07:20:03下载
- 积分:1
-
good 1 for oracle is the best to learn oracle at beginning
good 1 for oracle is the best to learn oracle at beginning
- 2022-03-10 08:52:15下载
- 积分:1
-
SQLServer initials in the phonetic realization of the query methods
SQLServer中实现拼音首字母的查询方法-SQLServer initials in the phonetic realization of the query methods
- 2022-07-21 20:58:26下载
- 积分:1
-
against the source is the development of small and medium
本源码是针对中小型超市而开发的超市管理系统,使用方便-against the source is the development of small and medium-sized supermarkets and supermarket management system, easy to use
- 2022-02-01 03:49:33下载
- 积分: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
-
快速、灵活、易用的Excel网络化工具, 用数据库管理和应用Excel文件和数据。...
快速、灵活、易用的Excel网络化工具, 用数据库管理和应用Excel文件和数据。-fast, flexible, easy-to-use Excel networking tool and database management and application Excel documents and data.
- 2022-02-15 14:46:50下载
- 积分:1
-
err
随着SQL Server 2005数据库使用的普及,在Java 应用程序中使用基于Java Database Connectivity (JDBC)的驱动程序来访问SQL Server 2005数据库已经成为十分必要的工作。特别是随着XML成为工业标准,越来越多的Java应用程序趋向于使用XML配置文件。论文结合实例讲述了在JSP/Servlet中使用JDBC驱动及XML配置文件访问SQL Server 2005数据库的典型应用方式。-err
- 2022-07-04 16:46:00下载
- 积分:1