-
java for sqlserver 的驱动,是厂商提供的在做纯驱动时需要它
java for sqlserver 的驱动,是厂商提供的在做纯驱动时需要它-SQLServer for the driver is provided by the manufacturers to purely driven need it
- 2023-06-03 22:25:03下载
- 积分:1
-
学生管理系统
应用背景功能简介
可以由管理员或普通用户登陆 账号密码不限
普通用户功能如下:开课情况查询、学生成绩查询、帮助、退出系统
管理员功能如下:开课情况查询、学生成绩查询、学生成绩查询、学生信息维护、帮助、退出系统关键技术学生管理系统
平台:vs2012
语言:c#
数据库版本 sql2012
登陆账号:sa
密码:sa
- 2023-03-30 07:05: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
-
Using VB to do port scanning and SQL Server connector. Rar this tool is not to s...
用VB做端口扫描和SQL Server连接器.rar这个工具就不多说了,看源码就知道.-Using VB to do port scanning and SQL Server connector. Rar this tool is not to say, and look at source will know.
- 2022-05-22 06:22:56下载
- 积分:1
-
比较可以的源码,关于dbhelper的 非常号,非常实用
比较可以的源码,关于dbhelper的 非常号,非常实用-It s about dbhelper,itis convenient
for your softw development
- 2022-07-22 01:11:04下载
- 积分:1
-
The use of an instance of a stored procedure to introduce the specific use store...
一个存储过程的使用实例,介绍存储过程的具体使用方法-The use of an instance of a stored procedure to introduce the specific use stored procedure
- 2022-02-03 20:46:34下载
- 积分:1
-
利用Visual C++实现了一个考勤管理系统,其中的代码可以直接应用到实际应用中...
利用Visual C++实现了一个考勤管理系统,其中的代码可以直接应用到实际应用中-using Visual C++ implementation of a performance appraisal system, the code can be applied directly to the practical application
- 2023-06-02 04:25:04下载
- 积分:1
-
学生信息管理界面
学生信息管理界面。通过链接数据库获取信息,达到用户登陆、储存信息查询等功能。 主程序在LoginForm.java中,数据库登陆用户密码在DBst.java下把所有文件放在命名为student的包下。
- 2022-03-06 05:00:19下载
- 积分:1
-
PowerBuild9.0实用教程课本中的实验实现
PowerBuild9.0实用教程课本中的实验实现-The experimental realization of PB textbooks
- 2023-04-12 22:20:02下载
- 积分:1
-
数据库
数据库
数据库
数据库
数据库
数据库-database database database database
- 2022-10-22 14:15:03下载
- 积分:1