-
基于ASP.NET平台,开发语言为C#,内含有详细的用PowerDesinger设计的概念模型和物理模型,以及数据库建立SQL脚本。源码详细,是学习MIS开发以...
基于ASP.NET平台,开发语言为C#,内含有详细的用PowerDesinger设计的概念模型和物理模型,以及数据库建立SQL脚本。源码详细,是学习MIS开发以及毕业设计参考的好资料。-based on ASP.NET platform for the development of C# language. contain detailed PowerDesinger with a design concept model and physical model and the SQL database script. Source detailed study is the development of MIS and graduation design a good reference information.
- 2022-02-21 04:03:38下载
- 积分:1
-
ASP数据库编程与开发示例
ASP数据库编程与开发示例-ASP database programming and development paradigm
- 2022-01-25 17:06:37下载
- 积分:1
-
两个基于SQL设计的系统,一个是 企业员工资料管理系统,一个是轿车销售管理系统...
两个基于SQL设计的系统,一个是 企业员工资料管理系统,一个是轿车销售管理系统-two SQL-based design system, an enterprise information management system for staff, Car sales is a management system
- 2022-03-07 13:14:53下载
- 积分:1
-
这我还没看,但因为是新技术我想肯定会有人需要就放上来了!...
这我还没看,但因为是新技术我想肯定会有人需要就放上来了!-I did not see it, but because it is new technology, I would like to acknowledge someone will need Fangshanglai!
- 2022-03-30 17:02:57下载
- 积分:1
-
SQL的查询语言,提供有需要的人查询,谢谢大家使用,这是英文版的...
SQL的查询语言,提供有需要的人查询,谢谢大家使用,这是英文版的-SQL query language to provide those in need inquiries, Thank you for the use of, this is the English version of
- 2022-05-13 05:59:17下载
- 积分:1
-
Data Export into Excel C# Source Code
数据导出到Excel C#源代码
- 2022-05-31 22:09:46下载
- 积分:1
-
SQL数据库备份,数据备份或恢复完成
SQLserver数据库备份,完成数据备份或恢复-SQL database backup, data backup or restore completed
- 2022-08-11 06:23:56下载
- 积分:1
-
在线活动组织者
我要去提供"在线节目策划人"asp.net vs 2008 年,在开发一个项目,
在后端 SQL 服务器中,
我认为这会为你,更可习得的项目...
- 2022-01-28 19:24:04下载
- 积分: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
-
lex/yacc sql代码
这是一个用lex/yacc实现的词法分析和语法分析以及语义分析的sql解析器,只需要通过make命令即可得到可执行代码。此代码可以实现简单的mysql语句,例如创建表,更新,查询等基础语句。
- 2022-02-01 12:48:08下载
- 积分:1