-
此源码关于如何在SQL SERVER 2005编程实现基础到高级管理的操作...
此源码关于如何在SQL SERVER 2005编程实现基础到高级管理的操作-This source code on how to program in SQL SERVER 2005-based operations to senior management
- 2022-08-22 09:39:06下载
- 积分:1
-
inquire
利用存储过程在在SQL-Server中查询数据库表,(inqu tables in SQL-Server)
- 2011-12-19 10:44:51下载
- 积分:1
-
万能查询主要代码, 可按配置无限选择查询条件,自动生成SQL语句....
万能查询主要代码, 可按配置无限选择查询条件,自动生成SQL语句. -Universal check with their key code, can configure an unlimited choice of query, automatically generates SQL statements.
- 2022-03-07 03:33:35下载
- 积分:1
-
实 验 四 Delphi编程基础和控件的使用实 验 五 数据窗口编程实 验 六 综合应用编程...
实 验 四 Delphi编程基础和控件的使用实 验 五 数据窗口编程实 验 六 综合应用编程-four experimental basis and the Delphi programming controls the use of experimental data window Programming five experimental six integrated application programming
- 2022-11-15 10:20: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
-
利用简单框架结构vb+asp+sql,实现小型考试系统,适用于初学者。...
利用简单框架结构vb+asp+sql,实现小型考试系统,适用于初学者。-using simple structure vb+asp+sql,realizing mini-type exam system,suitiable for the learner in his first step.
- 2022-02-10 11:23:16下载
- 积分:1
-
一个学生信息管理程序,包括登陆、更新、输入、A、A、A、A、A、A、A、A、A、
一个学生信息的管理程序,包括登陆、更新、输入、以及信息的管理,用数据库管理信息。-A student information management procedures, including landing, update, input, and information management, using database management information
- 2022-11-28 10:25:03下载
- 积分:1
-
能有效的实现加油站的管理,更好的应用于实践
能有效的实现加油站的管理,更好的应用于实践
-can achieve effective management of the stations, better applied to practice
- 2022-04-18 17:12:33下载
- 积分:1
-
英文原版 MySQL and Java Developer s Guide,里面有不少java与数据库编程实例,值得拥有.
英文原版 MySQL and Java Developer s Guide,里面有不少java与数据库编程实例,值得拥有.-English original MySQL and Java Developer s Guide, there are many examples of java and database programming, worth having.
- 2023-01-06 12:20:04下载
- 积分:1
-
完成数据库索引功能的 C 语言源代码,运行环境WINDOWS.
完成数据库索引功能的 C 语言源代码,运行环境WINDOWS.-Completion of the database indexing function C language source code, runtime environment WINDOWS.
- 2023-05-25 16:55:03下载
- 积分:1