-
实验数据库的报告,老师布置的操作,这是关于T。
数据库实验报告,老师布置的作业,也就是课本上的题自己用SQL语言进行调试,编写。-experimental database report, the teacher layout of the operation, which is on the books and that their use SQL debugging and preparation.
- 2022-02-11 17:02:59下载
- 积分:1
-
SQL语句的解析和执行的源码包,实施例。
本源码封装了SQL语句的解析和执行,可以进行批处理执行SQL语句。-The source package of SQL statement parsing and execution, the implementation can be a batch SQL statement.
- 2022-06-16 16:40:26下载
- 积分:1
-
With the three
用三层架构实现对数据库数据的增、删、改、查。用户名为admin 密码为-With the three-tier architecture for delivering data from the database increases, delete, change, check. User name is admin password 11
- 2022-05-12 16:10:30下载
- 积分:1
-
本篇文章介绍了安装SQL Server 2000企业版的软硬件配置要求,安装过程的详细步骤,以及初步使用SQL Server 2000....
本篇文章介绍了安装SQL Server 2000企业版的软硬件配置要求,安装过程的详细步骤,以及初步使用SQL Server 2000.-This article introduced the installation of SQL Server 2000 Enterprise Edition software and hardware configuration requirements, the installation process in detail the steps, and the initial use of SQL Server 2000.
- 2022-02-10 00:25:11下载
- 积分:1
-
前台:asp.net;后台: sql server
一个功能完善的BBS系统源码。
前台:asp.net;后台: sql server
一个功能完善的BBS系统源码。
-Prospects: asp.net background: sql server a function of sound source BBS system.
- 2022-02-03 17:36:54下载
- 积分:1
-
简单的学分管理数据库设计
一个简单的学分管理数据库系统 供老师管理学生学分 如添加,修改学生各科成绩,方便管理学分 而不必一一去修改每课成绩信息
- 2022-04-19 13:26:05下载
- 积分: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
-
采用ASP和SQL2000制作的图书管理系统,不错的课程设计
采用ASP和SQL2000制作的图书管理系统,不错的课程设计-Produced by using ASP and SQL2000 library management system, a good curriculum design
- 2022-01-27 19:25:00下载
- 积分:1
-
忙碌的学生们!给你们一个数据库学生信息管理系统做为参考,因为我这几天也在做,做好了给你们作为参考!...
忙碌的学生们!给你们一个数据库学生信息管理系统做为参考,因为我这几天也在做,做好了给你们作为参考!-busy students! Give you a student information database management system as a reference, because I also do these days, do to you as a reference!
- 2022-08-19 12:24:46下载
- 积分:1
-
VBAndSQLstudent
VB+SQL做的学生信息管理系统,全程源码和数据库备份(VB+ SQL to do the student information management system, full source code and database backup)
- 2009-06-14 10:03:38下载
- 积分:1