-
一、实验目的
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-03-02 14:02:35下载
- 积分:1
-
网上书城系统
实现网上书城,提供前台和后台管理1.图书分类表BookType2.图书信息表Books3.购物车表Basket4.用户信息表Users5.管理员表Admin;admin用于存储系统管理员的后台操作脚本。
App_Code用于存储系统类文件。
images用于存储网页中的图片文件。
user用于存储注册用户的操作脚本。
aspnet_client是系统自动生成的,用来动态的生成和处理JavaScript的必须的文件夹。
- 2023-07-30 01:30:03下载
- 积分:1
-
前台:asp.net;后台: sql server
一个功能完善的BBS系统源码。
前台:asp.net;后台: sql server
一个功能完善的BBS系统源码。
-Prospects: asp.net background: sql server a function of sound source BBS system.
- 2022-02-03 17:36:54下载
- 积分:1
-
display of the code DB_LIB the use of SQL Server connectivity and various operat...
本代码展示了使用DB_LIB库对SQL SERVER的连接和各种操作的实例。-display of the code DB_LIB the use of SQL Server connectivity and various operational examples.
- 2023-02-02 13:20:03下载
- 积分:1
-
一个利用Delphi+SQL实现在数据库中存取Word文档的操作
一个利用Delphi+SQL实现在数据库中存取Word文档的操作-a Delphi SQL database access in Word operation
- 2022-08-11 06:30:46下载
- 积分:1
-
将sql数据库中所有的表读出,并显示所有的字段,选者某个字段可以将该字段的内容保存为xml文件,xml文件读入到sql...
将sql数据库中所有的表读出,并显示所有的字段,选者某个字段可以将该字段的内容保存为xml文件,xml文件读入到sql-To sql database table all read out and display all of the field, selected from a field and the content of this field can be saved as xml file, xml document read into sql
- 2022-02-02 01:33:32下载
- 积分:1
-
YiFi-MOCTB-TRIGGRE
易飞MOCTB厂内工单取消损耗触发器,可根据不同工单、产品设定是否发损耗。(YIFEI ERP MOCTB)
- 2013-07-09 20:04:10下载
- 积分:1
-
SQL
有关已知数据库Student,course,SC,的20条SQL语言极其表示的意义(Information on known database Student, course, SC, the 20 represents the significance of the SQL language is extremely)
- 2013-07-06 15:17:59下载
- 积分:1
-
Several foreigners to write the source code for everyone to download! ! Great
几个老外写的源代码大家下载!!很棒的-Several foreigners to write the source code for everyone to download! ! Great
- 2022-08-18 03:09:51下载
- 积分:1