-
SharpGLForm.Designer
sql server database 2008
- 2012-12-18 08:47:10下载
- 积分:1
-
SQL Server精华 (CHM)
这是一个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,)
- 2020-06-26 09:00:01下载
- 积分:1
-
create Ajax Select form
创建Ajax选择窗体
- 2022-06-14 10:52:53下载
- 积分:1
-
Job
大学生就业求职网
实例文件夹:mingrisoftJob文件夹
数据库:采用SQL Server 2000数据库,名称为db_Job
数据库文件位置:
mingrisoftJobDataBasedb_Job_Data.MDF和
mingrisoftJobDataBasedb_Job_Log.LDF
后台管理员入口:
用户名:admin;密码:admin;单击“进入”按钮,将进入后台管理页面
说明该用户为管理员。
(Graduate Employment求职网)
- 2008-05-18 13:00:08下载
- 积分:1
-
sqllovesql
这是一个基于SQL数据库的实现许愿的程序!(This is an implementation of SQL-based program vow!)
- 2014-12-09 11:09:37下载
- 积分:1
-
MiniSql-master
具有B+树,能完成搜索,插入,删除功能的简易数据库(A simple database with B+ tree that can search, insert and delete functions)
- 2020-06-29 19:00:02下载
- 积分:1
-
QQshujuguanli
用SQL易语言写的一个功能性横强大的一个软件,希望大家废话细化(use sql)
- 2015-05-04 21:54:21下载
- 积分:1
-
基于J2EE的在线股票系统,其界面漂亮,对与初学者来说是一个很好的案例...
基于J2EE的在线股票系统,其界面漂亮,对与初学者来说是一个很好的案例-Hitomi 基 party J2EE 的 Cave 股票 solid groove, 其界面漂亮, 对 Miyake 初 understanding 来 bully gang angle 个很好的案例 Nanjing
- 2022-05-06 20:16:47下载
- 积分: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
-
一、实验目的
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