-
use development environment and SQL Server, to respond to a specific application...
利用delphi开发环境和SQL Server服务器,针对一个具体的应用需求,完成该应 用系统的总体结构设计、功能模块设计,详细设计。-use development environment and SQL Server, to respond to a specific application requirements, the completion of the application system architecture design, functional module design, detailed design.
- 2022-05-12 17:44:49下载
- 积分:1
-
ATM自动提款机SQL代码,大家交换一下意见,我初学乍道,希望各位前辈多多指教啊!...
ATM自动提款机SQL代码,大家交换一下意见,我初学乍道,希望各位前辈多多指教啊!-ATM automatic teller machine SQL code, we exchanged views, I am beginner" s Road, I hope that the exhibitions predecessors ah!
- 2022-05-25 07:43:27下载
- 积分:1
-
ssd7_ex3
Carnegie Mellon University SSD7 Course Exercise 3. Done in PostgreSQL.
- 2012-04-03 20:19:23下载
- 积分:1
-
this is what I do before a customer management system. Pack containing the sourc...
这个是我以前做的一个客户管理系统.包内已经含有源码和所用到的控件.代码是用VB写的,数据库采用MSSQL的.-this is what I do before a customer management system. Pack containing the source code and has been used by the controller. The code is VB write, the database using MSSQL.
- 2023-08-13 13:25:02下载
- 积分:1
-
学生成绩管理,好好看,哈哈 哈哈
学生成绩管理,好好看,哈哈 哈哈 -student performance management, good, Ha Ha Ha Ha Ha Ha Ha Ha Ha
- 2023-04-20 10:30:02下载
- 积分:1
-
音像制品管理系统共分为四个功能模块,分别为歌碟管理功能模块、影碟管理功能模块、出租管理功能模块、数据维护功能模块。该系统将对歌碟、影碟的购入、出售、查询、库存盘
音像制品管理系统共分为四个功能模块,分别为歌碟管理功能模块、影碟管理功能模块、出租管理功能模块、数据维护功能模块。该系统将对歌碟、影碟的购入、出售、查询、库存盘点、出租进行管理。我由衷地希望所设计的音像制品管理系统能给音像制品行业的管理带来更大的方便,带来更高的效率,获得可观的经济效益,从而为中国音像制品行业的发展,尽微薄之力-audio-video products management system consists of four modules, namely song disc management modules, DVD management module, rental management modules, data maintenance function modules. The system will be song disc, the DVD purchase, sale, inquiry, inventory checks, lease management. I sincerely hope that the design of audio-video products management system will give audio-video products management industry to provide greater convenience, bringing greater efficiency, substantial economic benefits for the Chinese audio and video products industry, a modest way
- 2022-03-01 00:56:23下载
- 积分: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
-
SQL语句的解析和执行的源码包,实施例。
本源码封装了SQL语句的解析和执行,可以进行批处理执行SQL语句。-The source package of SQL statement parsing and execution, the implementation can be a batch SQL statement.
- 2022-06-16 16:40:26下载
- 积分:1
-
《ASP + Access数据库开发与实例》一书源代码
《ASP + Access数据库开发与实例》一书源代码-" ASP+ Access database development and examples," a book source code
- 2023-05-28 19:30:03下载
- 积分:1
-
用Delphi编写的配电管理系统,使用SQL数据库
用delphi编写的配送管理系统,用的是sql的数据库-Prepared using delphi distribution management system, using a sql database
- 2022-03-24 07:17:02下载
- 积分:1