-
Prepared using delphi sales management system, using a sql database
用delphi编写的销售管理系统,用的是sql的数据库-Prepared using delphi sales management system, using a sql database
- 2023-08-07 22:00:04下载
- 积分:1
-
a PowerBuilder development of the PSI system more deserving of reference
一个powerbuilder开发的进销存系统
比较值得参考的-a PowerBuilder development of the PSI system more deserving of reference
- 2022-08-12 09:40:01下载
- 积分:1
-
small single
小E单班同学录系统,支持ACCESS、SQL
默认管理员:admin
密码:admin-small single-class alumni, support ACCESS, SQL default administrator : admin Password : admin
- 2023-04-10 05:15:03下载
- 积分:1
-
本程序枚举SQL Server服务器.可以用它来列举出计算中所有的SQL服务器和数据库....
本程序枚举SQL Server服务器.可以用它来列举出计算中所有的SQL服务器和数据库.-the procedure except to the SQL Server. Can be used to set out all the terms of SQL services Treasury devices and databases.
- 2023-01-19 16:10:03下载
- 积分:1
-
c代码,学校的数据库做的 时候留下的 ,heel
c代码,学校的数据库做的 时候留下的 ,heel-c code, the school database to do the time left, heel
- 2022-02-12 08:55:56下载
- 积分:1
-
一个数少的数据库应用程序代码,希望大家能得到
一些小的数据库应用程序代码,希望大家能有所收获
- 2023-03-18 10:30:04下载
- 积分: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
-
in powerbuilder Database Backup and restore databases and source code examples
在powerbuilder中备份数据库,恢复数据库及例子源代码-in powerbuilder Database Backup and restore databases and source code examples
- 2022-12-11 13:35:03下载
- 积分:1
-
This the second year I wrote an educational management system we can look at dow...
这个是我二年级写的一个教务管理系统 大家可以下来-This the second year I wrote an educational management system we can look at down
- 2022-03-15 15:25:25下载
- 积分:1
-
用SQL Server+jsp实现的电话黄页查询系统。
运行的时候,需要把database目录下的YellowPages_MSAccess.mdb文件拷贝到...
用SQL Server+jsp实现的电话黄页查询系统。
运行的时候,需要把database目录下的YellowPages_MSAccess.mdb文件拷贝到D盘根目录,因为在common.jsp中设置的数据库路径为根目录,读者也可以设置程其他路径。
将该目录拷贝到Tomcat的ROOT目录下,首页链接URL为http://localhost:8080/appendix2/Default.jsp。
注意:文件名是区分大小写的。-with SQL Server jsp achieve the Yellow Pages telephone inquiry system. Running time need directory database of the text YellowPages_MSAccess.mdb pieces copy to the D occurs, because the common.jsp set the path for the database root directory, readers can also set up other way path. This directory is copied to Tomcat ROOT directory and URL Links Page at http :// localhost : 8080/appendix2/Default.jsp. Note : The documents are case-insensitive.
- 2023-05-02 03:05:05下载
- 积分:1