-
RetiraAcentos
Function in SQL that remove special chars from a string.
Can be used with others SQL comands.
- 2013-10-10 04:56:37下载
- 积分:1
-
用delphi编写的客户管理系统,用的是sql的数据库
用delphi编写的客户管理系统,用的是sql的数据库-Delphi prepared to use customer management system, using a sql database
- 2022-05-23 06:21:26下载
- 积分:1
-
SQL
SQL技术培训文档,SQL语句操作性能进行优化方面,很有技术参考价值。(SQL technical training documents, SQL statements, operating performance optimization, very technical reference value.)
- 2015-11-03 11:10:49下载
- 积分:1
-
学生管理系统
应用背景功能简介
可以由管理员或普通用户登陆 账号密码不限
普通用户功能如下:开课情况查询、学生成绩查询、帮助、退出系统
管理员功能如下:开课情况查询、学生成绩查询、学生成绩查询、学生信息维护、帮助、退出系统关键技术学生管理系统
平台:vs2012
语言:c#
数据库版本 sql2012
登陆账号:sa
密码:sa
- 2023-03-30 07:05:04下载
- 积分:1
-
PowerBuilder
pb所需编程技巧和事例,请广大同仁多多支持,哈哈,多多下载(pb required programming skills and examples, please can support vast numbers of Tongren, ha ha, a lot of downloads)
- 2008-03-25 22:37:14下载
- 积分:1
-
大型桥梁健康监测中的关于数据库的存储过程的实现
大型桥梁健康监测中的关于数据库的存储过程的实现-Large-scale health monitoring of bridges on the database stored procedure to achieve
- 2023-06-01 16:35:03下载
- 积分: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
-
利用Visual C#建立一个数据库,对图书资料实行计算机管理。降低资料管理的成本,提高工作效率。同时也可大大降低手工录入时的繁重工作量以及减少录入时的错误及查...
利用Visual C#建立一个数据库,对图书资料实行计算机管理。降低资料管理的成本,提高工作效率。同时也可大大降低手工录入时的繁重工作量以及减少录入时的错误及查询带来的不便。并且可灵活对图书资料进行插入、删除、更新等操作。-Visual C# to establish a database of information on the library computer management. To reduce data management costs and improve efficiency. It can also greatly reduce the manual input of the heavy workload and reduce input error and the inconvenience resulting from the inquiry. Flexibility and information on books, insert, delete, update, etc.
- 2022-08-07 02:55:02下载
- 积分:1
-
This is a medical management system, with SQL background of the design, function...
这是一个医药管理系统,用SQL作后台的课程设计,功能较完整.-This is a medical management system, with SQL background of the design, function more complete.
- 2022-04-01 03:09:23下载
- 积分:1
-
本代码展示了使用DB_LIB库对SQL SERVER的连接和各种操作的实例(光标)。...
本代码展示了使用DB_LIB库对SQL SERVER的连接和各种操作的实例(光标)。-display of the code DB_LIB the use of SQL Server connectivity, and the examples of various operational (cursor).
- 2022-06-14 05:36:49下载
- 积分:1