-
vc写的测试数据库连接,直接存在txt文本中,方便阅读
vc写的测试数据库连接,直接存在txt文本中,方便阅读-vc written test database connections, direct presence txt text, easy reading
- 2023-01-23 12:50:04下载
- 积分:1
-
一个小型的人事档案管理软件~做课程设计的同学们可以下载参考~也可以稍做修改进行使用的...
一个小型的人事档案管理软件~做课程设计的同学们可以下载参考~也可以稍做修改进行使用的-a small personnel files management software to design the courses so students can download reference to slight changes can be carried out using the
- 2023-01-08 17:00:03下载
- 积分:1
-
这是用sql编写的在线考试系统代码,希望能给大家起到一定的帮助...
这是用sql编写的在线考试系统代码,希望能给大家起到一定的帮助-It is written with the sql code for online examination system, hoping to give you some help to play
- 2022-02-11 18:37:13下载
- 积分: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
-
Hostel management system, there is no password, hope you like ~ the use of SQL S...
宿舍管理系统,没有密码,望大家喜欢~使用SQL Server数据库-Hostel management system, there is no password, hope you like ~ the use of SQL Server database
- 2023-05-05 06:45:03下载
- 积分:1
-
“图书馆书籍检索与借阅管理系统”软件旨在为在校学生提供一个功能全面、使用方便的个人数据库系统,同时利用先进信息技术为用户提供一些更为方便实用的功能。
此软件...
“图书馆书籍检索与借阅管理系统”软件旨在为在校学生提供一个功能全面、使用方便的个人数据库系统,同时利用先进信息技术为用户提供一些更为方便实用的功能。
此软件的使用者(在校学生)具有如下特点:
对网上查询及对图书其他操作不熟;
课余时间不多。
针对如上用户特点,“图书馆书籍检索与借阅管理系统”软件可以迅捷、准确、方便地提供各项管理功能,同时力求为用户提供方便、高效、实用的功能。
- Retrieval and borrow library books Management System software designed for students to provide a full-featured, easy-to-use personal database system, while the use of advanced information technology to provide users with some of the more convenient and practical functions. This software users (students) has the following characteristics:
- 2022-03-19 19:19:32下载
- 积分:1
-
学生管理系统
vc++6.0 与access编程
学生管理系统
vc++6.0 与access编程...
学生管理系统
vc++6.0 与access编程
学生管理系统
vc++6.0 与access编程-student management system vc 6.0 programming students with access management system vc 6.0 and ACCE ss Programming
- 2022-03-15 05:00:13下载
- 积分:1
-
一个c++编写的人事管理系统,包含了数据库配置文档、系统描述文档。...
一个c++编写的人事管理系统,包含了数据库配置文档、系统描述文档。-A c++ written in the personnel management system, contains a database configuration documentation, the system described in the document.
- 2022-06-01 17:43:57下载
- 积分: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
-
a development environment OS : Windows 2000 Server SP2 IDE : Visual Studio 6.0 S...
一 开发环境
OS: Windows 2000 Server + SP2
IDE: Visual Studio 6.0 + SP5
DataBase: SQL 2000 Server + SP2
二 运行
1:创建数据库
将TRADE.sql中的SQL语句考入SQL Server的查询分析器中,全部运行;
2:建立ODBC数据源
数据原名称为Trade_MIS-a development environment OS : Windows 2000 Server SP2 IDE : Visual Studio 6.0 SP5 DataBase : SQL Server 2000 running a two SP2 : TRADE.sql database will be created in the SQL Server SQL admitted to the inquiry Analyzer all operations; 2 : build ODBC data source data formerly known as Trade_MIS
- 2022-02-15 14:00:25下载
- 积分:1