-
SQL
在ClsDBContrl.cs类中完成修改数据库中数据的方法AmendDB.(Completed in ClsDBContrl.cs class method to modify the data in the database AmendDB)
- 2012-01-09 23:11:50下载
- 积分:1
-
- 2022-02-25 07:19:51下载
- 积分:1
-
用C#编写的超市管理系统,主要是对超市商品进行分类和管理 对老鸟和新手都有很大帮助。...
用C#编写的超市管理系统,主要是对超市商品进行分类和管理 对老鸟和新手都有很大帮助。-With C# Prepared supermarket management system, mainly supermarket commodity classification and management for both novice老鸟and very helpful.
- 2022-02-07 07:42:21下载
- 积分:1
-
员工培训管理系统VB+SQL源代码+可执行文件+论文+作品..
员工培训管理系统vb+sql源代码+可执行文件+论文+开题报稿+答辩ppt,给需要的朋友参考参考-Staff training management system vb+ Sql source code+ Executable file+ Paper+ Open title report is issued on+ Reply ppt, a reference to the need to refer to a friend
- 2022-07-05 01:44:28下载
- 积分:1
-
车站售票管理系统需要一个方便、快捷的销售功能,在…
车站售票管理系统要求具有方便、快速的销售功能,包括车票的预订和退票的功能,能够支持团体的预订票和退票;能准确地了解售票情况,提供多种查询和统计功能,如车次的查询、时刻表的查询;能按情况所需实现对车次的更改、票价的变动及调度功能;有完善的报表系统;-Station ticket management system requires a convenient, fast sales functions, including ticket booking and refund the functions that can support group booking tickets and refund can accurately understand the ticketing situation, provides a wide range of query and statistical functions, such as trips of query, the query schedule can realize as the case may require changes to vehicle trips, the fare changes and scheduling functions statements have sound systems
- 2022-07-08 18:03:02下载
- 积分:1
-
本网站是一个库存管理系统,里面设计到很多常用而选进的技术,质量绝对过关。。废话不多说了,赶快下载吧...
本网站是一个库存管理系统,里面设计到很多常用而选进的技术,质量绝对过关。。废话不多说了,赶快下载吧-This site is an inventory management system, which design to many commonly used and elected to the technology, quality absolute clearance. . Nothing to add to that nonsense, as soon as possible to download it
- 2022-01-24 13:08:37下载
- 积分: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
-
WinCE devices directly on the PC to operate SQL Server.
winCE设备直接操作PC上的SQL Server。-WinCE devices directly on the PC to operate SQL Server.
- 2023-02-08 18:30:04下载
- 积分:1
-
城市公交系统的应用开发
城市公交系统的应用开发-urban transit system application development
- 2023-05-11 02:10: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