-
实现了将图像目录保存在数据库中,可通过多个字段进行查询并动态显示,希望对图像数据库初学者有用...
实现了将图像目录保存在数据库中,可通过多个字段进行查询并动态显示,希望对图像数据库初学者有用-to achieve a catalog of images stored in a database, through a number of field inquiries and dynamic display, hope that the right image database useful to beginners
- 2022-04-18 15:24:33下载
- 积分:1
-
<SQLServer2005数据库基础及应用技术教程与实训>,2008年北京大学出版社出版,大学用的教材,仅供个人学习参考用!讲解详细!想学SQLS
,2008年北京大学出版社出版,大学用的教材,仅供个人学习参考用!讲解详细!想学SQLSERVER2005的朋友赶紧下-, 2008, Peking University Press, University materials are for personal study and reference! Explained in detail! Want to learn SQLSERVER2005 friend got off the
- 2023-01-25 14:20:10下载
- 积分:1
-
数据库的一个实验作业代码,里面有很多的小步骤,一些基本功能都能实现,很有用...
数据库的一个实验作业代码,里面有很多的小步骤,一些基本功能都能实现,很有用-Experimental operation code database
- 2022-07-15 00:21:02下载
- 积分:1
-
VC++6.0连接SQL数据库的ADO方法
VC++6.0连接SQL数据库的ADO方法-VC++6.0 to connect SQL database ADO method
- 2022-02-28 11:49:24下载
- 积分:1
-
应用vc+sqlserver做的一个保卫处数据管理系统,可以修改后用于各个部门的管理。...
应用vc+sqlserver做的一个保卫处数据管理系统,可以修改后用于各个部门的管理。-application vc sqlserver Security Department to do a data management system, can be modified for the management of the various departments.
- 2022-12-25 19:50:03下载
- 积分:1
-
手机电视抽奖程序VB源码,正常使用
电视台手机抽奖程序vb源码,正常使用-phone television draw procedures vb source, the normal use
- 2022-10-06 08:10:02下载
- 积分:1
-
SQL server common statement is the classic collection does not see you suffer
SQL server 中常用的语句,是收藏的经典,不看你吃亏-SQL server common statement is the classic collection does not see you suffer
- 2023-05-29 03:25:03下载
- 积分:1
-
驾校管理信息系统源代码,包括四部分:1、jxims――驾校管理信息系统程序,本系统数据库为SQL server7。使用前将文件夹Data的数据库先导入SQL s...
驾校管理信息系统源代码,包括四部分:1、jxims――驾校管理信息系统程序,本系统数据库为SQL server7。使用前将文件夹Data的数据库先导入SQL server7中。2、驾校管理信息系统――驾校管理信息系统安装程序;3、disk1――为驾校管理信息系统安装文件;4、CButtonST_Source.zip――程序用到的第三方控件源代码。
-Driving management information system source code, including four parts: 1, jxims- Driving management information system programs, the system database SQL server7. Data folder before using the database into SQL server7 in the first. 2, Driving Management Information System- Driving management information systems installer 3, disk1- Driving management information systems for the installation files 4, CButtonST_Source.zip-- program to use third-party control the source code.
- 2023-07-26 02:55:07下载
- 积分: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
-
摘要:本程序将建立一个用邻接表方式存储的有向图,可以进行插入顶点或边的操作,可以输出有向图的信息或输出该有向图的拓扑有向序列。...
摘要:本程序将建立一个用邻接表方式存储的有向图,可以进行插入顶点或边的操作,可以输出有向图的信息或输出该有向图的拓扑有向序列。-Abstract: This procedure will create a stored using adjacency list of the directed graph that can be inserted into the operation of vertex or edge, you can output to the map information or the output of the topology graph has to have the sequence.
- 2022-01-20 22:44:45下载
- 积分:1