搜索资源列表
riaz_contents
- A Project on Data Mining using SQL and VB .Net to use the materialized view
viewcreate-sql
- 一、实验目的 1)理解视图的概念。 2)掌握创建视图的方法。 3)掌握更改视图的方法。 4)掌握用视图管理数据的方法。 二、实验内容 3、用T-SQL语言创建、管理视图 (以下题目需提交) (1)创建视图 1)创建一个名为stuview2的水平视图,从数据库XSGL的student表中查询出性别为“男”的所有学生的资料。并在创建视图时使用with check option。(注:该子句用于强制视图上执行的所有修改语句必须符合由Select语句where中的条件。)
20626
- 第1章 SQL Server 2005的安装和配置.ppt 第2章 SQL Server 2005数据类型.ppt 第3章 数据库和表.ppt 第4章 数据库的查询.ppt 第5章 索引.ppt 第6章 视图.ppt 第7章 Transact-SQL程序设计.ppt 第8章 存储过程.ppt 第9章 触发器.ppt 第10章 用户自定义函数与事务.ppt 第11章 SQL Server 2005管理.ppt 第12章 数据库综合开发应用.ppt-Cha
DatabaseConnector
- it is daTA grid view and nice example for that sql conector
view_security
- sample SQL view statements
sql
- Sql exaples create delete trigger view cursors
SQL
- 该文件为SQL数据库酒店订餐系统的源码,内容很简单,很详细,值得一观。-The file is SQL database hotel reservation system source code is very simple, very detailed, it is worth a view.
14.sql.server.2005.view
- 14.sql.server.2005.视图 14.sql.server.2005.视图 14.sql.server.2005.视图-14.sql.server.2005. View 14.sql.server.2005. View 14.sql.server.2005. View 14.sql.server.2005. View 14.sql.server.2005. View
create-view
- 数据库中视图的创建过程,简单明了,便于理解。-View the database creation process is simple, easy to understand.
SQL-Server1.8
- 对sqlserver2005数据库进行附加和分离,简单的查看管理等功能-Of sqlserver2005 attach and detach a database, a simple view management functions
sql-sever
- 数据定义 模式的创建和删除 基本表的创建、修改和删除 索引的创建和删除 数据操作 各类更新操作(插入数据(n) 、修改数据(1) 、删除数据(1) ) 各类查询操作(单表查询 、连接查询、嵌套查询 、集合查询) 视图操作 视图的创建、删除 、查询 、更新 -Data creation and deletion patterns define the basic table creation, modify and delete the index creati
SQL
- 事物,索引,视图的功能和实现。一些基本语句-Things, index, and the realization of the function of the view. Some basic statement
web-and-SQL-Server-2000
- 本书全面介绍了SQL2000中文版数据库系统的基础知识和网络数据库程序开发技术,主要包括:SQL2000中文版的安装与配置、管理工具的使用、数据库和表的设计、约束、索引、查询和视图机制、TSQL编程、存储过程和触发器技术、网络数据库的管理和维护、客户端开发和网络数据库-The book is a comprehensive introduction to the SQL2000 Chinese version of the basics of database systems and netwo
SQL
- 对关系数据库标准语言SQL进行了初步的介绍。 3.1 SQL概述 3.2 数据定义 3.3 查询 3.4 数据更新 3.5 视图 3.6 数据控制 3.7 嵌入式SQL -A preliminary introduction to the relational database standard language SQL. 3.1 SQL Overview 3.2 Data Definition 3.3 queries 3.4 data update 3.5 Vi
SQL-Server-2012-Reporting-Services
- SQLServer2012ReportingServices高级教程(第2版)讲述如何利用Microsoft报表平台实现此目标。《SQL Server数据库经典译丛:SQL Server 2012 Reporting Services高级教程(第2版)》透彻讲解SQLServer2012ReportingServices的架构和BI基础知识,并列出成功设计报表的要点。本书将指导你使用报表生成器快速构建商业报表,并用PowerView即时制作可供用户随时随地访问和查看的交互式分析结果。-SQLSe
SQL-Programmer
- MYSQL数据中的查询、增删、事务处理、视图均有详细例子代码,并带有详细的解释说明,这是我学习的时候的总结代码-MYSQL data queries, additions and deletions, transaction processing, view are detailed code examples, and with a detailed explanation, this is my time to learn the code Summary
T-SQL代码规范
- 一个嵌套代码块中的语句使用四个空格的缩进。(上述代码中的多行 SELECT 语句是一个 SQL 语句。)在同一语句中开始新行时,使 SQL 关键字右对齐。将代码编辑器配置为使用空格,而不是使用制表符[每个制表符对应为4个空格,请在SQL编辑器中进行设置。]。这样,不管使用何种程序查看代码,格式都是一致的。(A statement in a nested block of code that uses four spaces for indentation. The multiline SELEC
pl_sql基本语法例子
- pl/slq语法详解,数据的增删改查,视图的使用。(The pl/slq grammar is detailed, the data is added or deleted, and the view is used.)
SQL学习语句
- 介绍VC++编程所需SQL基本操作、包括工作表、查询、报表等(Guide for SQL Language,include table,view,table)
baseDemo
- 用户可以选择以管理员身份登陆或以学生身份登陆,登陆以后,可以查看、修改相关的个人信息(Users can choose to login as administrators or as students. After login, they can view and modify relevant personal information.)