-
采购,销售和库存管理系统软件
进销存管理系统软件-Purchase, Sales and Inventory Management System Software
- 2022-08-19 21:53:04下载
- 积分:1
-
一个很精美的留言半,只有管理人员才能进行回复,删除等操作...
一个很精美的留言半,只有管理人员才能进行回复,删除等操作-A very beautiful message and a half years, only managers in order to restore, delete and other operations
- 2022-06-27 12:04:47下载
- 积分:1
-
《ASP + Access数据库开发与实例》一书源代码
《ASP + Access数据库开发与实例》一书源代码-" ASP+ Access database development and examples," a book source code
- 2023-05-28 19:30:03下载
- 积分:1
-
学生信息管理系统
(1) 操作系统:Windows XP(2) 数据库软件:SQL Server 2005(3)开发工具:Microsoft Visual C++ 6.0该软件用C++语言编写,用SQLServer2005数据库作为后台的数据库进行信息的存储,用SQL语句或直接用鼠标操作完成学生信息的录入,查询,修改,删除的操作以及成绩的录入,查询等。用ADO驱动实现前台VC++与后台SQL
- 2022-01-31 12:56:15下载
- 积分:1
-
将SQL访问
Convert Sql to Acce-Convert to Access SQL
- 2022-07-23 22:12:24下载
- 积分:1
-
一个图书管理系统,vc环境开发,里面有详细的源代码
一个图书管理系统,vc环境开发,里面有详细的源代码-A library management system, vc environmental development, there are details of the source code
- 2022-04-02 11:49:51下载
- 积分:1
-
- 2022-02-25 07:19:51下载
- 积分: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
-
一、实验目的
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建立学生选课数据库的三个表,包括学生表,课程表,学生选课表...
SQL建立学生选课数据库的三个表,包括学生表,课程表,学生选课表-SQL to establish a database of three tables elective students, including students table, curriculum, student Course Selection Form
- 2022-10-03 11:55:03下载
- 积分:1