-
mysql-odbc
mysql-odbc(免驱动版)请放心下载(i don t spell english,sorry)
- 2010-09-08 11:51:40下载
- 积分:1
-
RetiraAcentos
Function in SQL that remove special chars from a string.
Can be used with others SQL comands.
- 2013-10-10 04:56:37下载
- 积分:1
-
SQL使用技术说明的书,很好用,第二版
SQL使用技术说明的书,很好用,第二版
-SQL using the technical description of the book, very good, and the second edition of
- 2022-08-10 09:15:05下载
- 积分:1
-
学生档案管理系统,是基于C++ Builder和SQL编程…
学生档案管理系统,是基于c++BuildER和SQL的编程的-Student file management system, is based on the c++ BuildER and SQL programming the
- 2022-05-12 14:07:12下载
- 积分:1
-
visualC++和sql的一个旅馆管理系统,里面自己看吧
visualC++和sql的一个旅馆管理系统,里面自己看吧-visualC and sql of a hotel management system, which themselves Look here
- 2022-04-11 13:24:17下载
- 积分:1
-
动态SQL的笔记
Notes on Dynamic SQL
- 2022-12-07 16:20:03下载
- 积分:1
-
VFP
vfp软件编程,少许的软件,本人菜鸟,不会编写,只能作这么多(vfp software programming, some software, I am rookie, do not write, can only make so many)
- 2011-01-10 17:21:47下载
- 积分:1
-
HR management system
仅供参考的一个简单系统,用VB与SQL开发的,用于学习交流-HR management system
- 2022-03-06 08:52:53下载
- 积分:1
-
2005sql.rar很好
2005SQL.rar
相当不错,美观大方-2005SQL.rar pretty good
- 2022-05-29 17:28:02下载
- 积分: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