-
数据库SQL SERVER,分离后附加工具,按原始用户附加
数据库SQL SERVER,分离后附加工具,按原始用户附加-Database SQL SERVER, additional tools after the separation, according to original end-user
- 2023-07-30 21:45:02下载
- 积分:1
-
ODBC
ODBC
- 2022-01-24 18:07:58下载
- 积分:1
-
SQL2000应用程序主要是用做数据库连接的问题,包括数据上传备份...
SQL2000应用程序主要是用做数据库连接的问题,包括数据上传备份-SQL2000 application is mainly used for database connection issues, including backup of data upload
- 2023-07-19 04:25:04下载
- 积分:1
-
数据库的操作实例,对数据库进行了实例分析。学习
一个VC写的关于数据库操作的实用例子。可供学习-a VC was made on the operation of the database practical examples. For learning
- 2022-02-01 23:15:31下载
- 积分:1
-
xxzxzcxvdsdsfdxzxzxasfdasfdsafdsadfdsa fdsafdsafdasfd
xzxzxasfdasfdsafdsadfdsa公司
- 2022-01-25 22:19:41下载
- 积分:1
-
此为留言板代码,很适合初学者学习。利用asp.net以及sql server 编写而成。...
此为留言板代码,很适合初学者学习。利用asp.net以及sql server 编写而成。-This is the message board code, it is suitable for beginners to learn. Sql server using asp.net and prepared.
- 2022-03-20 03:09:42下载
- 积分:1
-
本源码是关于人事管理系统的Visual C++源代码,也是一个SQL数据库系统...
本源码是关于人事管理系统的Visual C++源代码,也是一个SQL数据库系统-This source is about the personnel management system Visual C++ Source code as well as an SQL database system
- 2023-03-19 14:30: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
-
高职院校收费系统,可以增加班级,增加学生,对学生进行收费统计等功能...
高职院校收费系统,可以增加班级,增加学生,对学生进行收费统计等功能-money
- 2023-01-02 15:30:04下载
- 积分:1
-
MFC ado连接数据库
ADO连接SQL数据库源码 简单的实现ADO连接数据库的例子,自己测试OK;
欢迎下载学习
- 2022-01-25 15:20:28下载
- 积分:1