-
动态SQL的笔记
Notes on Dynamic SQL
- 2022-12-07 16:20:03下载
- 积分:1
-
数据库课程设计。题目是教学管理系统。开发环境采用java+sql server 2000。...
数据库课程设计。题目是教学管理系统。开发环境采用java+sql server 2000。-Database curriculum design. The topic of teaching management system. Development environment using java+ sql server 2000.
- 2022-06-02 04:43:10下载
- 积分:1
-
OraclePLSQL很好的一本教程
可以打印 内容很详细
OraclePLSQL很好的一本教程
可以打印 内容很详细-OraclePLSQL a very good tutorial can print the contents of a very detailed
- 2022-03-24 11:49:21下载
- 积分:1
-
这是一个航空售票系统,很有实用价值,有需要可下载
这是一个航空售票系统,很有实用价值,有需要可下载-air ticketing system, useful, it needs to download
- 2022-03-22 20:40:49下载
- 积分:1
-
vfp通讯录的实现,系统采用模块化程序设计方法,这样既便于系统功能的各种组合,又便于未参与开发的技术维护人员补充、维护。 系统应该具备数据库维护功能,及时根据用...
vfp通讯录的实现,系统采用模块化程序设计方法,这样既便于系统功能的各种组合,又便于未参与开发的技术维护人员补充、维护。 系统应该具备数据库维护功能,及时根据用户需求进行数据的添加、删除、修改等操作。开发环境:Visual FoxPro 6.0 运行环境:Windows操作系统-Probe inclusion in the realization of system uses modular design method, which is both simple functions of the system in various combinations, to facilitate not participate in the development of technical maintenance personnel added safeguard. The database system should have the function of preserving and timely response to user needs for data add, delete, modify such an operation. Development environment : Visual FoxPro 6.0 runtime environment : Windows
- 2022-01-26 04:38:32下载
- 积分:1
-
Data Warehouse developed a very good example of development using sql2005 to ach...
数据仓库开发的很好的一个例子,用sql2005开发实现-Data Warehouse developed a very good example of development using sql2005 to achieve
- 2023-01-07 23:10:05下载
- 积分:1
-
C #游戏贪吃蛇游戏
贪吃蛇游戏是一种起源于上世纪70年代后期在拱廊游戏的概念。名称适用于一般游戏设计;原来不是命名为蛇,并没有确切的游戏版本。其简单的LED蛇概念许多实现。经过1998年成为标准的预加载游戏诺基亚手机,有很多的用户对此游戏感兴趣,可以发现更多的观众。
- 2022-08-16 09:45:46下载
- 积分:1
-
sql
数据库从SQL Server 2008版本降低到2005(Reduced from SQL Server 2008 database to version 2005)
- 2013-12-21 09:55:53下载
- 积分:1
-
The website of the sql. Want to have a very detailed help. . . . . . . . . . . ....
有关网页的sql。非常详细希望有帮助-The website of the sql. Want to have a very detailed help. . . . . . . . . . . . .
- 2022-03-12 16:17:24下载
- 积分: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