-
visualC++和sql的一个旅馆管理系统,里面自己看吧
visualC++和sql的一个旅馆管理系统,里面自己看吧-visualC and sql of a hotel management system, which themselves Look here
- 2022-04-11 13:24:17下载
- 积分:1
-
我认为这是一个很好的源码,对大家很有帮助,至少对我很有帮助...
我认为这是一个很好的源码,对大家很有帮助,至少对我很有帮助-I think this is a very good source to all helpful, very helpful to me at least
- 2022-10-12 13:10:03下载
- 积分:1
-
本代码是用于人力资源管理系统,为小人事管理…
本代码为人事工资管理系统,为中小型企业的人事管理提供了极大的方便。-The code is for human resources management system, personnel management for small and medium enterprises provides a great convenience.
- 2023-07-08 18:40:03下载
- 积分:1
-
CPPbuilderaSQL-server
C++ builder 与SQL SERVER数据库开发应用,曾宗根著,对于入门者一个非常有帮助的一本书(Database development applications C++ builder and SQL SERVER, had cases of root with a very helpful for beginners a book)
- 2012-12-06 17:05:06下载
- 积分: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
-
员工信息管理系统
员工信息管理系统 -staff information management system staff info rmation management system staff information management system
- 2022-11-09 15:50:04下载
- 积分:1
-
系统应具有售票、查询、管理和维护等功能,系统管理员可以进行对车次的更改、票价的变动及调度功能,车次调度可通过对发车时刻表的修改来进行,维护功能即可对表进行修改。...
系统应具有售票、查询、管理和维护等功能,系统管理员可以进行对车次的更改、票价的变动及调度功能,车次调度可通过对发车时刻表的修改来进行,维护功能即可对表进行修改。-System should have the ticket, query, management and maintenance functions, the system administrator can change on the trips, the fare changes and scheduling functions, scheduling trips to the departure schedule could be adopted to carry out modifications, maintenance functions can be on the table be modified.
- 2022-04-26 21:39:54下载
- 积分:1
-
Course Scheduling System, the user input information teachers, classroom informa...
排课系统,用户输入教师信息,教室信息,以及班级的上课信息,系统根据这些信息自动进行排课。-Course Scheduling System, the user input information teachers, classroom information, as well as classes in the school of information, According to the information system automatically schedule arrangement.
- 2022-01-22 02:06:47下载
- 积分:1
-
management functions applicable to the PB to bring their own databases, through...
实现图书借阅管理功能,适用于PB自带数据库,通过PB实现界面的编辑-management functions applicable to the PB to bring their own databases, through PB interface editor
- 2022-07-20 00:28:20下载
- 积分:1
-
本代码展示了使用DB_LIB库对SQL SERVER的连接和各种操作的实例。...
本代码展示了使用DB_LIB库对SQL SERVER的连接和各种操作的实例。-display of the code DB_LIB the use of SQL Server connectivity and various operational examples.
- 2022-06-27 10:33:39下载
- 积分:1