-
一、实验目的
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函数的一些个人总结,部分资源是在网上查到的,还有待完善,可以的话,朋友们可以帮忙补全...
关于sql函数的一些个人总结,部分资源是在网上查到的,还有待完善,可以的话,朋友们可以帮忙补全-Sql function on some of my personal summary of some of the resources is available online, and have yet to be perfect, if you can, friends who can help fill the whole
- 2022-04-26 10:13:40下载
- 积分:1
-
实现表结构为 ID,Name,rootid,lft,rgt的树形结构的移动、删除等存储过程
实现表结构为 ID,Name,rootid,lft,rgt的树形结构的移动、删除等存储过程-Realize Table structure for ID, Name, rootid, lft, rgt of the tree structure of the mobile, delete, such as stored procedures
- 2022-07-06 20:38:26下载
- 积分:1
-
MyDiary
一个学习SQLite的很好的例子,利用SQLiteOpenHelper抽象类创建数据库,然后对数据库进行增删改查,以完成个人日记本的各种功能。(A very good example to learn SQLite SQLiteOpenHelper abstract class to create a database, then the database CRUD personal diary to complete a variety of functions.)
- 2012-12-28 10:25:36下载
- 积分:1
-
SQL-Server(1~6)
SQL Server 数据开发案例详解,包括图书馆系统等,很多案例。(Detailed SQL Server data development case, including the library system, many cases.)
- 2016-01-28 20:40:44下载
- 积分:1
-
Addison.Wesley.Administrators.Guide.to.SQL.Server
SQL Server 2005管理员必备手册。(SQL Server 2005 Administrator's indispensable handbook.)
- 2007-05-17 14:34:19下载
- 积分:1
-
通俗易懂的简讲解了SQL语言,适合初学者学习
通俗易懂的简讲解了SQL语言,适合初学者学习-SQL language, on this basis, suitable for beginners to learn
- 2023-03-08 10:00:03下载
- 积分:1
-
网络考试系统实现了在线考试平台,功能有教师出题,自动阅卷,考试现场等...
网络考试系统实现了在线考试平台,功能有教师出题,自动阅卷,考试现场等-Network Test System to achieve an online test platform, functions of teachers out of title, automatic grading, test site, etc.
- 2022-03-20 18:53:18下载
- 积分:1
-
SQL的查询语言,提供有需要的人查询,谢谢大家使用,这是英文版的...
SQL的查询语言,提供有需要的人查询,谢谢大家使用,这是英文版的-SQL query language to provide those in need inquiries, Thank you for the use of, this is the English version of
- 2022-05-13 05:59:17下载
- 积分: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