-
很好的SQL教程(21天学会SQL)
很好的SQL教程(21天学会SQL)-good SQL Directory (21 days Institute SQL)
- 2022-04-22 05:31:51下载
- 积分:1
-
一、实验目的
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
-
一个普通的酒店管理,适合交作业用, 我也是学校交作业的时候做的,不怎么细致,可以做修改,功能也可以再添加,是VS2008+SQL2000...
一个普通的酒店管理,适合交作业用, 我也是学校交作业的时候做的,不怎么细致,可以做修改,功能也可以再添加,是VS2008+SQL2000
-hotel manager , better for homework
vs2008+sql2000
- 2022-07-17 02:03:14下载
- 积分:1
-
如果输入数据的正确性,然后提交按钮
如果输入数据正确,则显示提交按钮
- 2022-02-20 15:43:25下载
- 积分:1
-
easybuy-(1)
基于SSH2+Maven+EasyUI+MySQL技术实战开发易买网电子商务交易平台2(Based SSH2+ Maven+ EasyUI+ MySQL technology combat development of e-commerce trading platform is easy to buy nets 2)
- 2016-07-13 08:44:58下载
- 积分:1
-
邮件发送系统 sql与vb实现的 能完成在线的邮件发送与管理
邮件发送系统 sql与vb实现的 能完成在线的邮件发送与管理
-E-mail system sql with vb achieved to complete the online e-mail and management
- 2023-06-24 22:20:04下载
- 积分:1
-
数据库实验报告模式,SQL语句,里含五个实验,
数据库实验报告模式,SQL语句,里含五个实验,-Experiments reporting model database, SQL statements, where with five experiments,
- 2022-07-19 10:55:42下载
- 积分:1
-
Hostel management system, there is no password, hope you like ~ the use of SQL S...
宿舍管理系统,没有密码,望大家喜欢~使用SQL Server数据库-Hostel management system, there is no password, hope you like ~ the use of SQL Server database
- 2023-05-05 06:45:03下载
- 积分:1
-
功能强大的一个分页!不仅速度好,而且适合比较大型的数据库操作!内附一个Objectlist的分页操作!...
功能强大的一个分页!不仅速度好,而且适合比较大型的数据库操作!内附一个Objectlist的分页操作!-A powerful one page! Not only the speed is good, and is suitable for relatively large-scale database operations! The paging operation included a Objectlist
- 2022-11-28 05:15:03下载
- 积分:1
-
This is the SQL Server 2008 advanced Topics and telles the Basic Difference betw...
This the SQL Server 2008 advanced Topics and telles the Basic Difference between 2000 and 2008 -This is the SQL Server 2008 advanced Topics and telles the Basic Difference between 2000 and 2008
- 2022-01-23 10:15:08下载
- 积分:1