-
一个学生信息管理程序,包括登陆、更新、输入、A、A、A、A、A、A、A、A、A、
一个学生信息的管理程序,包括登陆、更新、输入、以及信息的管理,用数据库管理信息。-A student information management procedures, including landing, update, input, and information management, using database management information
- 2022-11-28 10:25:03下载
- 积分:1
-
在自主开发的在线判题系统中应用游标
应用背景Online Judge( 简称 OJ) 一般指在国际大学生程序设计竞赛等各种形式的编程比赛中用来评测参赛选手程序的正确性与时空效率的程序以及评测程序所依托的网络环境。讨论了游标在OJ中的应用,重点讨论了在考试帐号随机分配存储过程中, 以及在删除答案的触发器中应用游标实现逐行存取数据的问题.关键技术应用游标机制以便每次处理关系表中的一行或一部分行。采用 Transact SQL 游标,在存储过程或触发器中使用 Transact SQL 游标的典型过程为:
a. 使用 DECLARE CURSOR 语句声明 Transact SQL 游标;
b. 使用 OPEN 语句打开游标;
c. 使用 FETCH 语句提取单个行;
d. 使用 CLOSE 语句及 DEALLOCATE 语句关闭并释放游标.
- 2022-07-17 06:52:31下载
- 积分:1
-
87409871
自动编写SQL插入存储过程的源程序,很好(Automatically write SQL insertion of the stored procedure source code, very good)
- 2017-07-13 16:42:42下载
- 积分:1
-
ActiveX Data Objects Programming in C++
Description: ActiveX Data Objects Prog...
ActiveX Data Objects Programming in C++
Description: ActiveX Data Objects Programming How To: Hey, this is some kind of an experiment in writing tutorials in PSC. All of my articles are in .html files included in the zip file, together with the sample code
- 2022-09-27 15:05:03下载
- 积分:1
-
这是一个数据库课程设计的sql语言,含报告!请版主查收
这是一个数据库课程设计的sql语言,含报告!请版主查收-This is a database of curriculum design sql language, with the report! Please check your moderator
- 2022-09-04 18:00:02下载
- 积分:1
-
st_ccerp
说明: 时空erp软件sql2000数据库 两数据库间复制单据(Time and space erp software SQL2000 database replication between two database documents)
- 2008-09-25 16:10:11下载
- 积分:1
-
sqlHelper
sql server数据库操作类,包括执行返回各种类型的存储过程的方法。(sql server database operations class, including the implementation of the method to return to the various types of stored procedures.)
- 2012-03-21 08:44:04下载
- 积分:1
-
use form to access different mysql database
使用表单访问不同的mysql数据库
- 2022-10-14 17:15:07下载
- 积分: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
-
medicine
由VC++编写并连接SQL Server数据库的对药物进行管理的系统,包含了源代码(Prepared by the VC++ and connect to SQL Server database management system for drugs, including the source code)
- 2013-11-18 14:44:30下载
- 积分:1