-
一个数据库的选课系统,含课程设计报告,请版主查收
一个数据库的选课系统,含课程设计报告,请版主查收-Elective a database system, including curriculum design report, please find moderator
- 2022-02-05 02:25:32下载
- 积分:1
-
vb连接SQL的小程序,内附详细的说明信息,一目了然
vb连接SQL的小程序,内附详细的说明信息,一目了然-SQL Connect vb small procedures, containing detailed information at a glance
- 2022-07-26 17:09: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实现 课实现正常的图书馆系统书籍管理实现...
图书管理系统 VB实现 课实现正常的图书馆系统书籍管理实现-VB library management system to achieve
- 2022-02-02 14:58:08下载
- 积分:1
-
本书学习SQL 2使用:1。在Win95。在Win98安装PWS(Win98中…
SQL学习宝典2.0的使用说明:
1.在win95,win98下要安装PWS(win98安装盘里有).
2.把sql2目录设为虚拟目录。
2.在浏览器中运行http://localhost/sql2/index.asp.
SQL学习宝典2.0的功能说明:
1.学习和检验SQL语句,输入SQL语句即可执行,及时显示结果。
2.assess数据库显示,显示数据库中的所有表名和所有表的记录,
包括字段类型。可以在conn.inc文件中把xx.mdb换成你自己的数据库名,
其他程序不用修改即可使用。
3.收藏大量经典SQL语句,用户可以添加收藏。
4.所有程序均有详细说明。是ASP+ACCESS的最好实例。是ASP程序员的好帮手。
使用对象:ASP编程人员,学习和使用SQL语句的人
-book learning SQL 2.0 for use : 1. In win95. win98 installed under PWS (win98 installation of a tray). 2. put sql2 Set Virtual Directory Contents . 2. The browser running http :// localhost/sql2/index.asp. learning SQL 2.0 treasury functions Note : 1. learning and testing the SQL statements in SQL input can be executed, timely result will be displayed. 2.assess database, the database shows all the tables in the name of the table and all records, including field type. The documents include the conn.inc xx.mdb replaced by your own database name. other procedures need not be amended in order to use. 3. A collection of cl
- 2022-08-16 19:05:26下载
- 积分:1
-
学生档案管理系统,是基于C++ Builder和SQL编程…
学生档案管理系统,是基于c++BuildER和SQL的编程的-Student file management system, is based on the c++ BuildER and SQL programming the
- 2022-05-12 14:07:12下载
- 积分:1
-
关于sql函数的一些个人总结,部分资源是在网上查到的,还有待完善,可以的话,朋友们可以帮忙补全...
关于sql函数的一些个人总结,部分资源是在网上查到的,还有待完善,可以的话,朋友们可以帮忙补全-Sql function on some of my personal summary of some of the resources is available online, and have yet to be perfect, if you can, friends who can help fill the whole
- 2022-04-26 10:13:40下载
- 积分:1
-
简单的酒店管理系统 c# +9 SQLserver 2
简单的酒店管理系统 c# +9 SQLserver 2-Simple hotel management system for c#+ 9 SQLserver 2
- 2022-02-14 17:30:36下载
- 积分: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
-
LockProcedure
密码锁程序 8位密码锁的原程序,详细,完整(Lock program lock the original 8-bit program, detailed and complete)
- 2010-11-02 11:33:05下载
- 积分:1