-
数据库文件。对sql数据库的基本用法和创建做了介绍,同时还通过实例来说明了创建过程。...
数据库文件。对sql数据库的基本用法和创建做了介绍,同时还通过实例来说明了创建过程。-database files. Sql database of the basic usage and the creation of an introductory, but also through the creation of clear examples term process.
- 2022-02-03 08:01:47下载
- 积分:1
-
当没有vfp时,要对其数据库文件浏览时的一个简易的工具。用c语言实现。...
当没有vfp时,要对其数据库文件浏览时的一个简易的工具。用c语言实现。-Probe, to its database files when viewing a simple tool. C language used.
- 2022-07-02 02:55:31下载
- 积分:1
-
本代码展示了使用DB_LIB库对SQL SERVER的连接和各种操作的实例。...
本代码展示了使用DB_LIB库对SQL SERVER的连接和各种操作的实例。-display of the code DB_LIB the use of SQL Server connectivity and various operational examples.
- 2023-03-11 02:10:03下载
- 积分:1
-
简单的VC与SQL Sever连接的小程序
简单的VC与SQL Sever连接的小程序-Simple VC and SQL Sever connection applet
- 2022-05-31 16:36:23下载
- 积分: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
-
Salary Management System landing. Disconnected, wages adjust input. Wages. Formu...
工资管理系统
系统登陆.断开连接,工资输入调整.工资计算.公式设置.查看等功能
vc +sql2-Salary Management System landing. Disconnected, wages adjust input. Wages. Formula set up. See the functions vc+ Sql2
- 2022-08-22 16:37:20下载
- 积分:1
-
one pair of ADO.NET data for good packaging of the original code, the operation...
一个对ADO.NET数据进行良好的包装的的原码,对数据库的操作参考。-one pair of ADO.NET data for good packaging of the original code, the operation of the database information.
- 2022-02-13 22:59:36下载
- 积分:1
-
C连接SQL SERVER 2005的程序。
C连接SQL SERVER 2005的程序。-C connect SQL SERVER 2005 process.
- 2023-02-20 23:25:03下载
- 积分:1
-
SQLServer2005
SQLSERVER2005数据库是非常重要的,具备了以前版本的内容。(SQLSERVER2005 database is very important to have a previous version of the content.)
- 2011-06-25 10:20:25下载
- 积分:1
-
数据库试验题目,关于学生管理系统的,用的时候请将DB1导入到SQL数据库中...
数据库试验题目,关于学生管理系统的,用的时候请将DB1导入到SQL数据库中-database test subject for the student management system, the time I would be grateful if DB1 Introduction to SQL databases
- 2022-01-24 18:39:06下载
- 积分:1