-
Principles of curriculum design the database on the library management system so...
数据库原理课程设计的关于图书馆管理系统源代码和一些图标资源,Delphi7+SqlServer2000整合的数据编程-Principles of curriculum design the database on the library management system source code and a number of icons resources, Delphi7+ SqlServer2000 integrated data programming
- 2023-04-26 18:10:04下载
- 积分: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
-
本代码展示了使用DB_LIB库对SQL SERVER的连接和各种操作的实例(光标)。...
本代码展示了使用DB_LIB库对SQL SERVER的连接和各种操作的实例(光标)。-display of the code DB_LIB the use of SQL Server connectivity, and the examples of various operational (cursor).
- 2022-06-14 05:36:49下载
- 积分:1
-
sql 92的 bnf范式,学习sql 92标准的最权威参考
sql 92的 bnf范式,学习sql 92标准的最权威参考-sql 92 of bnf paradigm, learning sql 92 standard of the most authoritative reference
- 2023-01-02 15:10:04下载
- 积分:1
-
这是SQL server 2005 数据库学习教材,与大家分享,这是个不错的教程....
这是SQL server 2005 数据库学习教材,与大家分享,这是个不错的教程.-SQL server 2005 database training file
- 2022-01-21 03:23:06下载
- 积分:1
-
仓库管理系统,包含了一些基本的功能,界面也非常好
仓库管理系统,包含了一些基本的功能,界面也非常好-Warehouse management system, contains some basic functionality, the interface is also very good
- 2022-06-26 00:46:15下载
- 积分:1
-
动态SQL的笔记
Notes on Dynamic SQL
- 2022-12-07 16:20:03下载
- 积分:1
-
MSSQLSybase通用框架12.rar
快速开发PB程序不可缺少的框架代码,有它,就不需要从零开始...
PB-MSSQLSybase通用框架12.rar
快速开发PB程序不可缺少的框架代码,有它,就不需要从零开始-PB-MSSQLSybase generic framework for rapid development of PB procedures 12.rar indispensable framework code, have it, you do not need to start from scratch
- 2022-07-18 12:15:12下载
- 积分:1
-
本书是为需要了解5.0版本新特性的MySQL老用户而写的。简单的来说介绍了“存储过程、触发器、视图、信息架构视图”,这是介绍MySQL 5.0新特性丛书的第一集...
本书是为需要了解5.0版本新特性的MySQL老用户而写的。简单的来说介绍了“存储过程、触发器、视图、信息架构视图”,这是介绍MySQL 5.0新特性丛书的第一集。希望这本书能像内行专家那样与您进行对话,用简单的问题、例子让你学到需要的知识。
为了达到这样的目的,我会从每一个细节开始慢的为大家建立概念,-This book is for the need to understand new features of version 5.0 of MySQL written in the old users. Simple example to introduce the
- 2022-07-22 14:15:20下载
- 积分:1
-
对于sql server2005数据库中,指定时间和频率,创建数据库作业,自动备份数据库。...
对于sql server2005数据库中,指定时间和频率,创建数据库作业,自动备份数据库。-About sql server2005 database, specify the time and frequency of homework to create the database, automatic backup of the database.
- 2022-06-19 05:05:21下载
- 积分:1