-
SQLinfo
说明: SQL企业信息管理系统。。。
源码中包涵注释、还有查询语言。。
方便新生使用。
本源码简单、清晰(SQL Enterprise Information Management System. . . Bear with the source code comments, there is a query language. . Facilitate the new use. The source is simple, clear)
- 2011-04-05 16:45:32下载
- 积分:1
-
CSDN程序员网站的关于mmsql的精华
CSDN程序员网站的关于mmsql的精华-CSDN programmer on the website of the essence mmsql
- 2022-04-30 01:00:10下载
- 积分:1
-
仓库管理Delphi源码、软件方案,学习实用两不误
仓库管理Delphi源码、软件方案,学习实用两不误-warehouse management Delphi source code, software programs, learning practical things correct
- 2022-06-02 21:24:54下载
- 积分:1
-
数据库后台管理工具,针对MS SQL Server,创建数据库,备份恢复数据库,用户访问统计等功能,运行时需要修改Ydlogin.ini文件里的Server N...
数据库后台管理工具,针对MS SQL Server,创建数据库,备份恢复数据库,用户访问统计等功能,运行时需要修改Ydlogin.ini文件里的Server Name 为 SQL Server 服务器名。-background database management tool against MS SQL Server, database creation, database backup and recovery, user statistics and other functions, running Ydlogin.ini need to amend the documents in the Name Server to the SQL Server name.
- 2022-01-22 00:39:15下载
- 积分:1
-
轻松搞定sqlserver2
轻松搞定sqlserver2-place Mariners sqlserver2
- 2022-01-26 07:36:35下载
- 积分: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
-
不使用任何组件,可以侦测局域网内的主机是否安装sql server,和sql server的名称等信息。使用方法:detectSQL 192.168.21.23...
不使用任何组件,可以侦测局域网内的主机是否安装sql server,和sql server的名称等信息。使用方法:detectSQL 192.168.21.231-not use any components, can detect LAN mainframe installed sql server and sql server"s name and other information. Use : detectSQL 192.168.21.231
- 2023-05-01 21:05:03下载
- 积分:1
-
own bulletin board database management system, can achieve some simple query, ad...
这是一个自己做的数据库的布告栏管理系统,可以实现一些简单的查询,添加,删除功能,代码已经在vc6.0下编译过,其中还包括设计文档,E-R图,和数据字典-own bulletin board database management system, can achieve some simple query, add, delete function, the code has been compiled under vc6.0, including design documents, E-R map, and data dictionary
- 2022-10-26 16:55:04下载
- 积分: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
-
200472721100970
做数据库课程设计的同学们,可以下载做为参考!一个不错的数据库系统,打开后,别忘了连数据库!(do database of curriculum design students, and can be downloaded as a reference! A good database system comes up, do not forget that even the database!)
- 2020-06-26 08:00:02下载
- 积分:1