-
This is a sql of reference, the entire collection made it is indispensable tools...
这是一个sql的reference,收集得很全的,是初学者不可少的工具的, 真的很好的,我以前总是不懂的去查书,现在不用了, 有这个就足够了,-This is a sql of reference, the entire collection made it is indispensable tools beginners, really good, I never used to understand to go, not now, this is sufficient,
- 2022-01-26 04:26:19下载
- 积分:1
-
数据库访问的一个简单演示,里面包含如何连接数据库,及CRrecordset和CDatabase这两个类的使用...
数据库访问的一个简单演示,里面包含如何连接数据库,及CRrecordset和CDatabase这两个类的使用-Database access with a simple demonstration, which includes how to connect to the database, and CRrecordset and CDatabase the use of these two classes
- 2022-03-31 06:26:08下载
- 积分: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
-
图书管理系统,用于管理图书室里的图书的信息。
图书管理系统,用于管理图书室里的图书的信息。-Library management system for managing library book information.
- 2022-08-18 09:37:54下载
- 积分:1
-
轻松搞定sqlserver2
轻松搞定sqlserver2-place Mariners sqlserver2
- 2022-01-26 07:36:35下载
- 积分:1
-
优秀的员工培训管理系统,可视化的MFC编程,值得大家参考,也可作为课程设计之用...
优秀的员工培训管理系统,可视化的MFC编程,值得大家参考,也可作为课程设计之用-outstanding staff training management system, the MFC Visual Programming, it is worth your consideration, as well as the purpose of designing courses
- 2023-07-16 08:00:04下载
- 积分:1
-
完整的SQL参考电子书。其精心制作的易undersatand
SQL Complete reference ebook. its an elaborate and easy to undersatand
- 2023-01-29 15:40:03下载
- 积分:1
-
根据已经存在的数据库表创建一个与其相应的视图
根据已经存在的数据库表创建一个与其相应的视图-make a ralated view based on the existed database sheet
- 2022-04-19 05:08:14下载
- 积分:1
-
这是一个数据库课程设计的sql语言,含报告!请版主查收
这是一个数据库课程设计的sql语言,含报告!请版主查收-This is a database of curriculum design sql language, with the report! Please check your moderator
- 2022-09-04 18:00:02下载
- 积分:1
-
完成数据库索引功能的 C 语言源代码,运行环境WINDOWS.
完成数据库索引功能的 C 语言源代码,运行环境WINDOWS.-Completion of the database indexing function C language source code, runtime environment WINDOWS.
- 2023-05-25 16:55:03下载
- 积分:1