-
一、实验目的
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
-
《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
-
excise5
SSD7 EXCISE 5 大家应急一下哈 本人学生,才学哈(Emergency SSD7 EXCISE 5 we look Kazakhstan I students, scholarship Kazakhstan)
- 2008-06-15 10:51:15下载
- 积分:1
-
计划日程管理系统 计划日程管理系统
计划日程管理系统 计划日程管理系统 -Schedule for program scheduling management system management system management system Plan schedule for schedule management system
- 2023-03-03 15:10:03下载
- 积分:1
-
C/S module, VB as the development tools, back
C/S模块,VB作为开发工具,后台数据库使用SQL Server2000,使用ADO方式连接数据库,实现开户、销户、存款、取款、修改密码、转账、挂失解挂等功能-C/S module, VB as the development tools, back-end database using SQL Server2000, connect the database using ADO, the realization of accounts, sales households, deposits, withdrawals, modify passwords, transfer, report the loss linked to the functions of solution
- 2022-11-20 12:05:03下载
- 积分:1
-
数据库编程,vb的航空管理系统,可以为vb的数据库学习者提供如何连接SQL数据库...
数据库编程,vb的航空管理系统,可以为vb的数据库学习者提供如何连接SQL数据库-Database Programming, vb air management systems, can provide learners vb database how to connect SQL database
- 2022-01-25 22:03:06下载
- 积分:1
-
这是c#编写的对数据库备份和还原的源代码 可以不需要在数据库中那么繁琐的备份了
这是c#编写的对数据库备份和还原的源代码 可以不需要在数据库中那么繁琐的备份了-This is a c# Prepared the database backup and restore do not need the source code can be cumbersome in the database then backup the
- 2022-05-17 12:05:18下载
- 积分:1
-
blogsql
visual studio 2005
- 2008-09-11 12:54:49下载
- 积分:1
-
小商店管理系统
小型商店的管理系统 SQL2005 VC++
本软件是为小型商店提供的一个简单的MIS应用程序,对收支、进货、销售及人员等情况进行管理。由于商店规模小,可以把全部管理内容的输入和存储、管理都集中在一台计算机上,不需要计算机网络分布处理,是一个典型的桌面数据库应用系统。系统提供的图形用户界面,操作简便,数据显示清晰,并以图表方式输出统计数据。本软件使用的开发工具为Visual C++ 6.0。
- 2023-02-06 04:15:04下载
- 积分:1
-
利用Visual C#建立一个数据库,对图书资料实行计算机管理。降低资料管理的成本,提高工作效率。同时也可大大降低手工录入时的繁重工作量以及减少录入时的错误及查...
利用Visual C#建立一个数据库,对图书资料实行计算机管理。降低资料管理的成本,提高工作效率。同时也可大大降低手工录入时的繁重工作量以及减少录入时的错误及查询带来的不便。并且可灵活对图书资料进行插入、删除、更新等操作。-Visual C# to establish a database of information on the library computer management. To reduce data management costs and improve efficiency. It can also greatly reduce the manual input of the heavy workload and reduce input error and the inconvenience resulting from the inquiry. Flexibility and information on books, insert, delete, update, etc.
- 2022-08-07 02:55:02下载
- 积分:1