-
一个非常好的SQL教程,本人学习SQL收集做成的电子书
一个非常好的SQL教程,本人学习SQL收集做成的电子书-A very good SQL tutorial I made to collect e-book to learn SQL
- 2022-02-01 17:56:23下载
- 积分:1
-
打开和保存到 SQL Server 数据库从 VB.NET 形式的 pdf 文件
此 Visual Studio 2010 解决方案打开存储在 SQL Server 数据库中的 PDF 文档,并将其显示在 VB.NET 窗体使用 Adobe 阅读器 COM 组件。为了使用提到的组件,您必须安装 Adobe Reader (我使用的版本 11),右击项目在工具箱中,当设计器处于活动状态,选择选择项目,选择 COM 组件并选择 Adobe。
注意 ︰ 注释和代码中的变量名都写在西班牙语。
- 2022-01-25 22:20:14下载
- 积分:1
-
自己写的一个动态访问SQL数据的程序,有点像企业管理器部分功能...
自己写的一个动态访问SQL数据的程序,有点像企业管理器部分功能-To write a dynamic SQL data access procedures, a bit like a part of Enterprise Manager functionality
- 2022-03-02 14:40:46下载
- 积分:1
-
对于sql server2005数据库中,指定时间和频率,创建数据库作业,自动备份数据库。...
对于sql server2005数据库中,指定时间和频率,创建数据库作业,自动备份数据库。-About sql server2005 database, specify the time and frequency of homework to create the database, automatic backup of the database.
- 2022-06-19 05:05:21下载
- 积分:1
-
.net下一个数据库数据互换,可以看看数据库的操作
.net下一个数据库数据互换,可以看看数据库的操作-. net data interchange under a database, you can look at the database operation
- 2022-03-23 23:42:54下载
- 积分:1
-
用delphi编写的客户管理系统,用的是sql的数据库
用delphi编写的客户管理系统,用的是sql的数据库-Delphi prepared to use customer management system, using a sql database
- 2022-05-23 06:21:26下载
- 积分:1
-
SQL sever 2000中有关表的创建和管理的学习资料,需要的请下载
SQL sever 2000中有关表的创建和管理的学习资料,需要的请下载-SQL sever 2000 relating to the table creation and management of learning materials, need to download ....
- 2022-01-26 06:04:40下载
- 积分:1
-
数据库文件。对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
-
用vb.net+SQL做的,本系统实现了图书管理系统应该具有的特色,具有不同身份用户登陆的程序,有系统管理员身份,书籍信息管理,读者信息管理,报表,窗口,帮助和...
用vb.net+SQL做的,本系统实现了图书管理系统应该具有的特色,具有不同身份用户登陆的程序,有系统管理员身份,书籍信息管理,读者信息管理,报表,窗口,帮助和退出等功能。-With vb.net+ SQL to do, and realize the system of library management system should have the characteristics of the identity of users with different landing procedures, there is system administrator status, information management books, readers information management, statements, windows, help and exit functions.
- 2022-01-23 11:17:09下载
- 积分: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