-
可以显示 SQL SERVER 中被加密的存储过程,还原SQL源代码。
可以显示 SQL SERVER 中被加密的存储过程,还原SQL源代码。-show SQL SERVER encrypted storage process and restore SQL code.
- 2022-07-22 07:02:48下载
- 积分:1
-
可实现整个校园网内聊天,传送文本数据,后台数据库采用SQL SERVER...
可实现整个校园网内聊天,传送文本数据,后台数据库采用SQL SERVER-Can be achieved within the entire campus network to chat, send text data, back-end database using SQL SERVER
- 2022-12-14 21:00:03下载
- 积分:1
-
HR management system
仅供参考的一个简单系统,用VB与SQL开发的,用于学习交流-HR management system
- 2022-03-06 08:52:53下载
- 积分:1
-
呵呵~这是一个由PB开发的汽车维修管理系统设计的很好~建议大家下载借鉴 (不知道为什么开发环境里没有PB?)...
呵呵~这是一个由PB开发的汽车维修管理系统设计的很好~建议大家下载借鉴 (不知道为什么开发环境里没有PB?)-Oh ~ This a PB development of vehicle maintenance management system designed to suggest to you good downloaded from (I do not know why no development environment PB?)
- 2022-01-25 15:36:18下载
- 积分:1
-
数据库SQL2003的课程设计,也可作软件工程的课程设计,五子棋的设计,有详细的设计文档,源代码,安装说明等等,可作参考...
数据库SQL2003的课程设计,也可作软件工程的课程设计,五子棋的设计,有详细的设计文档,源代码,安装说明等等,可作参考-SQL2003 database of curriculum design, also can be used for software engineering, curriculum design, Gobang design, detailed design documents, source code, installation instructions, etc., can be used for reference
- 2022-06-02 06:18:50下载
- 积分:1
-
ATM自动提款机SQL代码,大家交换一下意见,我初学乍道,希望各位前辈多多指教啊!...
ATM自动提款机SQL代码,大家交换一下意见,我初学乍道,希望各位前辈多多指教啊!-ATM automatic teller machine SQL code, we exchanged views, I am beginner" s Road, I hope that the exhibitions predecessors ah!
- 2022-05-25 07:43:27下载
- 积分:1
-
用SQL Server 2000作为后台数据库的管理系统,用PB设计前台应用程序,实现对新生信息的录入、修改和查询,对新生报到的处理和统计报到率。...
用SQL Server 2000作为后台数据库的管理系统,用PB设计前台应用程序,实现对新生信息的录入、修改和查询,对新生报到的处理和统计报到率。
- 2022-01-27 09:54:47下载
- 积分:1
-
200472721100970
做数据库课程设计的同学们,可以下载做为参考!一个不错的数据库系统,打开后,别忘了连数据库!(do database of curriculum design students, and can be downloaded as a reference! A good database system comes up, do not forget that even the database!)
- 2020-06-26 08:00:02下载
- 积分:1
-
三层架构生成工具源代码,让你的开发更加快速,进一步了解SQL代码的灵活运用...
三层架构生成工具源代码,让你的开发更加快速,进一步了解SQL代码的灵活运用-resultant
- 2023-06-23 14:40: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