-
工厂的仓库管理系统,成功的故事,用Delphi + sqlserver开发。
工厂仓库管理系统,成功案例采用delphi+Sqlserver开发
- 2022-11-19 11:20:03下载
- 积分:1
-
Sql basic source code, as well as training and learning Film documents
基本的sql原代码,以及培训胶片和学习文档-Sql basic source code, as well as training and learning Film documents
- 2023-04-21 05:55:03下载
- 积分:1
-
.net下一个数据库数据互换,可以看看数据库的操作
.net下一个数据库数据互换,可以看看数据库的操作-. net data interchange under a database, you can look at the database operation
- 2022-03-23 23:42:54下载
- 积分:1
-
SQL server 的 RSA 代码
RSA is a 密码,这被称为第一次在切实可行范围内 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-10 00:57:21下载
- 积分:1
-
A simple little food reservation system, including time limits only in the formu...
一个简单的小订餐系统,包括限制只能在制定时间段订餐,取消订餐,订餐情况查看以及查询等-A simple little food reservation system, including time limits only in the formulation of reservations, please, cancel reservations, please, reservations, please view the situation as well as queries, and so
- 2022-04-02 12:10:27下载
- 积分:1
-
using连接数据库,执行SQL命令,使用适配器返回数据集。我们不需要去关心它的conn的资源是否关闭。当我们不用到它时。系统自动帮我们安全关闭...
using连接数据库,执行SQL命令,使用适配器返回数据集。我们不需要去关心它的conn的资源是否关闭。当我们不用到它时。系统自动帮我们安全关闭-using to connect the database, the implementation of SQL commands, use the adapter to return data sets. We do not need to care about it whether the resources conn closed. When we do not have to it. Automatic safety system shut down to help us
- 2023-07-16 05:05:03下载
- 积分:1
-
小型商场数据库
使用sql编写的小型商场数据库:
(1)能记录每一笔进货,查询商品的进货记录,并能按月进行统计。
(2)能记录每一笔售货,查询商品的销售情况,并能进行日盘存、月盘存。
(3)能按月统计某个员工的销售业绩。
(4)在记录进货及售货的同时,必须动态刷新库存。
(5)能打印库存清单,查询某种商品的库存情况。
- 2022-01-26 01:09:34下载
- 积分: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
-
能有效的实现加油站的管理,更好的应用于实践
能有效的实现加油站的管理,更好的应用于实践
-can achieve effective management of the stations, better applied to practice
- 2022-04-18 17:12:33下载
- 积分:1
-
student
自己建立表格,并进行对图表的基本运算,比如说有条件的搜索(Create forms and basic arithmetic chart)
- 2012-11-02 20:37:33下载
- 积分:1