-
给SQL初学者的书,这本书讲得还挺详细的,向大家推荐
给SQL初学者的书,这本书讲得还挺详细的,向大家推荐-SQL beginners to the book, this book speak positively detailed, we recommend to you
- 2022-10-23 18:25:03下载
- 积分:1
-
这是SQL server 2005 数据库学习教材,与大家分享,这是个不错的教程....
这是SQL server 2005 数据库学习教材,与大家分享,这是个不错的教程.-SQL server 2005 database training file
- 2022-01-21 03:23:06下载
- 积分: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
-
可以使用,可以得到一些帮助。这就是我所做的2…
可以用的,可以对你们取到一些帮助.这是我有两个多星期做的-Can be used, and can you get some help. This is what I have to do more than two weeks of
- 2023-04-03 17:35:04下载
- 积分:1
-
这是一个库存管理系统
这是一个库存管理系统-This is an inventory management system
- 2022-07-19 07:40:05下载
- 积分:1
-
My+Library
说明: 图书管理系统
语言:C,SQL
功能:实现图书管理的数字化(Book Management System Language: C, SQL function: the realization of digital library management)
- 2008-09-06 08:38:10下载
- 积分:1
-
beginning-sql-server-2008
beginning sql server 2008 programming
- 2013-04-14 16:28:09下载
- 积分:1
-
Telematica
Eform SQL to get data from database. filter sql, testing ,development , thanks.
- 2022-04-14 12:26:13下载
- 积分:1
-
本程序枚举SQL Server服务器.可以用它来列举出计算中所有的SQL服务器和数据库....
本程序枚举SQL Server服务器.可以用它来列举出计算中所有的SQL服务器和数据库.-the procedure except to the SQL Server. Can be used to set out all the terms of SQL services Treasury devices and databases.
- 2023-01-19 16:10:03下载
- 积分:1
-
忙碌的学生们!给你们一个数据库学生信息管理系统做为参考,因为我这几天也在做,做好了给你们作为参考!...
忙碌的学生们!给你们一个数据库学生信息管理系统做为参考,因为我这几天也在做,做好了给你们作为参考!-busy students! Give you a student information database management system as a reference, because I also do these days, do to you as a reference!
- 2022-08-19 12:24:46下载
- 积分:1