-
一、实验目的
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
-
SQLServer
用于数据库的加密,还是一个蛮好的介绍的文档。大家共享下(For database encryption, or a fine introduction to the document. We shareit)
- 2013-09-17 23:11:06下载
- 积分:1
-
这是在做毕业设计的时候,编写的SQL Server数据库的备份与恢复功能,通用性很强的...
这是在做毕业设计的时候,编写的SQL Server数据库的备份与恢复功能,通用性很强的-This is the time to do graduation project, the preparation of the SQL database backup and recovery capabilities, a strong general
- 2022-03-19 11:03:33下载
- 积分:1
-
SQLiteVB
SQLite VB 版的,有兴趣的来看看哦(SQLiteVB)
- 2010-08-06 12:22:35下载
- 积分:1
-
Knitwear practical production management system, MSSQL for the background, the e...
实用的毛织生产管理系统,MSSQL作后台,建立数据库手建立别名即可运行。-Knitwear practical production management system, MSSQL for the background, the establishment of a database can create an alias to run hands.
- 2022-04-12 17:36:54下载
- 积分:1
-
SQLinfo
说明: SQL企业信息管理系统。。。
源码中包涵注释、还有查询语言。。
方便新生使用。
本源码简单、清晰(SQL Enterprise Information Management System. . . Bear with the source code comments, there is a query language. . Facilitate the new use. The source is simple, clear)
- 2011-04-05 16:45:32下载
- 积分:1
-
ArcEngine这是基于AE组件的源代码,功能还可以。
ArcEngine 这是基于AE组件的源代码,功能还可以。-ArcEngine This is based on the AE components of source code, can also function.
- 2023-02-16 10:20:04下载
- 积分:1
-
本代码是用于人力资源管理系统,为小人事管理…
本代码为人事工资管理系统,为中小型企业的人事管理提供了极大的方便。-The code is for human resources management system, personnel management for small and medium enterprises provides a great convenience.
- 2023-07-08 18:40:03下载
- 积分:1
-
website1000ySQL
简单实用好用的千年账号注册网站,SQL数据库支持,压缩包内有使用说明。(Simple and easy to use and practical Millennium account registration website, SQL support, the bag has instructions for use compression.)
- 2020-10-15 23:47:29下载
- 积分:1
-
(源代码)c# 基于数据库的商品管理系统
说明: 本源程序是基于C#和Sql server开发,实现了商品的基本管理功能。(The source program is based on C # and SQL Server development, to achieve the basic commodity management functions.)
- 2021-04-20 16:08:38下载
- 积分:1