-
很不错的一份SQL2000的教材,简单明了,便于新手学习。
很不错的一份SQL2000的教材,简单明了,便于新手学习。-SQL2000 A good teaching materials, simple, easy to learn novice.
- 2022-05-08 05:08:01下载
- 积分:1
-
根据数据库字段生成存储过程和c#引用代码
根据数据库字段生成存储过程和c#引用代码
- 2022-02-12 22:53:17下载
- 积分:1
-
很好的书籍,自己下载了看吧。我这里就不多说了关于SQL的。...
很好的书籍,自己下载了看吧。我这里就不多说了关于SQL的。-good books, downloaded and see themselves. Here I will not say more on SQL.
- 2022-07-03 05:30:44下载
- 积分:1
-
Using VS2008+ Sql2000 a task management system development, functions are relati...
一个采用VS2008+Sql2000开发的任务管理系统,功能比较简单
有任务管理和角色管理等
DB_51aspx下为Sql数据库,附加即可
默认登录帐号/密码:51aspx/51aspx
-Using VS2008+ Sql2000 a task management system development, functions are relatively simple task management and role management DB_51aspx for Sql database, additional to the default login name/password: 51aspx/51aspx
- 2023-08-09 20:35:04下载
- 积分:1
-
ihihih
一个简单的数据库,关于在线答疑的,比较简单。(A simple database, online Q is relatively simple.)
- 2012-09-17 08:53:34下载
- 积分:1
-
Oracle
Oracle的sql*plus是与oracle进行交互的客户端工具。在sql*plus中,可以运行sql*plus命令与sql语句。
我们通常所说的DML、DDL、DCL语句都是sql语句,它们执行完后,都可以保存在一个被称为sql buffer的内存区域中,并且只能保存一条最近执行的sql语句,我们可以对保存在sql buffer中的sql 语句进行修改,然后再次执行。
除了sql语句,在sql*plus中执行的其它语句我们称之为sql*plus命令。它们执行完后,不保存在sql buffer的内存区域中,它们一般用来对输出的结果进行格式化显示,以便于制作报表。
本文章就介绍一下一些常用的sql*plus命令。
-Oracle
- 2023-04-04 08:20:04下载
- 积分:1
-
简单的学分管理数据库设计
一个简单的学分管理数据库系统 供老师管理学生学分 如添加,修改学生各科成绩,方便管理学分 而不必一一去修改每课成绩信息
- 2022-04-19 13:26:05下载
- 积分:1
-
数据库笔记
说明: 基础SQL数据库知识小解,适合新手入门,知识全,内容广。(Basic knowledge of SQL database, suitable for novice entry, full knowledge, wide content.)
- 2020-06-21 18:00:02下载
- 积分: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
-
using a development of the VC SQL2000 Hotels Management System, enclosing use
一个采用VC+SQL2000开发的宾馆管理系统,内附使用说明-using a development of the VC SQL2000 Hotels Management System, enclosing use
- 2022-08-11 18:51:38下载
- 积分:1