-
database
SQL Server 2008平台,包括了SQL语言的查询,插入,更新等操作,简单易懂,有详细注释(SQL Server 2008 platform, including SQL language query, insert, update and other operations, easy to understand, there are detailed notes)
- 2015-12-29 21:20:39下载
- 积分:1
-
Test database connection examples. Note: Yes, sqlserver, but can be changed to o...
测试数据库联接的例子。
注:是sqlserver 的,不过可以改成其他数据库的。-Test database connection examples. Note: Yes, sqlserver, but can be changed to other databases.
- 2022-03-06 04:22:21下载
- 积分:1
-
java in the sql server connection two methods, it is also useful
java中sql server的连接的两种方法,值得参考 -java in the sql server connection two methods, it is also useful
- 2022-02-10 15:35:43下载
- 积分: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
-
VB与EXCEL精华 VB与EXCEL精华
VB与EXCEL精华 VB与EXCEL精华-VB and Excel essence of the essence of VB and Excel and VB VB and Excel essence of the essence of VB and Excel Excel cream
- 2022-04-09 11:39:34下载
- 积分:1
-
员工信息管理系统
员工信息管理系统 -staff information management system staff info rmation management system staff information management system
- 2022-11-09 15:50:04下载
- 积分:1
-
学生注册
我希望这一项目将使大学学生感觉不错
我希望这一项目将使大学学生感觉不错
我希望这一项目将使大学学生感觉不错
我希望这一项目将使大学学生感觉不错
我希望这一项目将使大学学生感觉不错
我希望这一项目将使大学学生感觉不错
我希望这一项目将使大学学生感觉不错
我希望这一项目将使大学学生感觉不错
我希望这一项目将使大学学生感觉不错
我希望这一项目将使大学学生感觉不错
我希望这一项目将使大学学生感觉不错
- 2022-11-04 09:20:03下载
- 积分:1
-
一个很好的sqlserver2000数据库函数包希望大家喜欢
一个很好的sqlserver2000数据库函数包希望大家喜欢-A very good SQL Server 2000 database function package hope that everyone likes
- 2023-07-09 22:05:03下载
- 积分:1
-
这是一个基于C语言编写的数据库程序,类容非常丰富啊。此软件无解压密码。...
这是一个基于C语言编写的数据库程序,类容非常丰富啊。此软件无解压密码。-This is a C-based language of the database program, such capacity is very rich ah. This software without extracting passwords.
- 2023-03-21 02:10:04下载
- 积分:1
-
来源于所作的一个项目,有一些常用的VC对MSSqlServer2000的访问,以及一些特殊的使用...
来源于所作的一个项目,有一些常用的VC对MSSqlServer2000的访问,以及一些特殊的使用-From the one project, there are some common VC right MSSqlServer2000 visit, as well as the use of some special
- 2022-03-05 19:19:14下载
- 积分:1