搜索资源列表
A_Database1825931252004
- This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications an
sqlite_demo
- SQLite 是用C语言编写的开源数据库,主要用于嵌入式,你也可以把它集成在自己的桌面程序中,也有人将其替代Access,用作后台数据库。 SQLite 支持多数SQL92标准,例如:索引、限制、触发和查看支持。 支持 NULL、INTEGER、REAL、TEXT 和 BLOB 数据类型,支持事务。-SQLite is a C language open source databases, mainly used in embedded, you can also put it at t
shop
- 这个源码能实现小型商店数据库表的设计,主要是给创表和约束表。-The source code to achieve small shops database table design, primarily to create tables and constraints table.
S2SQLServer
- 了解设计数据库的基本步骤 熟练使用T-SQL实现建库、建表、加约束 掌握T-SQL编程,实现功能强大的查询 掌握创建索引、视图,快速访问数据库 掌握创建存储过程,实现复杂的业务规则 理解触发器的原理,实现高级的约束,以上摘自幻灯片,这个教程就是关于这一类的-Learn the basic steps of the design of a database of skilled use of T-SQL to achieve the Treasury building, bu
SQLComparator
- 数据库结构比较系统源码 平时做写小项目,没时间去管理文档。特别时数据库修改后总是忘记了修改哪。所以下决心做了比较工具。 功能: 1.主、从数据库相互比较 2.比较表字段,索引,约束,触发 3.比较存储过程 4.比较试图 -A more systematic source database structure to write small projects usually do, do not have time to manage documents. E
Databasecheck
- 数据库完整性包含检查约束、缺省约束、唯一约束、非空约束、主键约束和外键约束等6种操作-Includes checking database integrity constraints, default constraints, the only constraint, not null constraints, primary key constraints and foreign key constraints and other six kinds of operations
Oracle_Trigger_Stored_Procedure
- 用Oracle有效地创建和管理大型数据库!数据库专家Kevin Owens是美国财政部计算机中心的Oracle数据库管理员,他将与您共同探讨PL/SQL——Oracle的结构化查询语言(SQL),并教您如何通过构建健壮、大型的数据库来解决您的业务问题。《Oracle触发器与存储过程高级编程(第3版)》语言通俗易懂,并引入大量代码示例。书中详细介绍了许多技术来利用Oracle的特性,如触发器和存储过程等。这些特性支持数据库结合业务规则,并可以根据业务的发展变化对规则进行管理和修改。本书讨论的主题包
Oracle_Trigger_Storaged_Procedure_Programming
- 数据库专家Kevin Owens是美国财政部计算机中心的Oracle数据库管理员,他将与您共同探讨PL/SQL——Oracle的结构化查询语言(SQL),并教您如何通过构建健壮、大型的数据库来解决您的业务问题。 本书语言通俗易懂,并引入大量代码示例。书中详细介绍了许多技术来利用Oracle的特性,如触发器和存储过程等。这些特性支持数据库结合业务规则,并可以根据业务的发展变化对规则进行管理和修改。本书讨论的主题包括: · 查看数据字典中的约束 · 实施复杂的规则
ActivarDesactivarConstraints
- Activar Desactivar Constraints
sql
- sql 基本的sql 语句约束 曾 删 查 改 的用法-basic sql statement sql delete check constraints have changed the usage of
angelhun.sql
- 简单数据可文件,,数据可创建没数据的添加,约束的添加-Simple data can be file, the data can create the data did not add, add constraints
createtables
- 在数据库grandmanager中建立student,class,course以及grade表单,实现各个属性间的约束,设置好主键以及外码-Created in the database grandmanager student, class, course and grade forms, to achieve the constraints between the various properties, set the primary key and foreign key
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
Database-theory-and-application
- 本书选用以网络环境为背景而广泛使用的 SQL Server 2000 关系型数据库管理系统作为数据库系统平台,全面系统地介绍了数据库技术的基础理论、数据库系统设计方法、现代数据库系统开发应用等。介绍了Transact-SQL 编程、网络数据库系统安全、面向对象数据库技术、并行数据库系统和分布式数据库系统、数据仓库、数据挖掘,以及以SQL Server 2000 作为网络编程的后台数据库,通过ODBC 和ADO 数据库访问技术,把ASP 技术或JSP 技术制作的Web 网页与数据库之间连接起来等。
SQL
- 数据库/表的基本操作和表级约束。利用图形用户界面创建,备份,删除和还原数据库和数据表。利用SQL语言创建和删除数据 库和数据表。-The basic operation of the database/table and table-level constraints. Using a graphical user interface to create, backup, delete and restore the database and data table. Create and del
Database-integrity
- 掌握主键约束、外键约束及及check约束的用法;掌握默认值约束的应用;了解规则、触发器的使用。 -Master primary key constraint, foreign key constraints and check constraints usage master the application of the default value constraints understand the rules, the use of the trigger.
LEsdafMS
- 实验室设备管理系统(课程设计)源码 本系统功能主要分为用户登录、系统管理、设备管理、用户操作四个部分。对于支持该系统的数据库,建立了2张表,分别是登录表和设备表。这对每一项功能,都有必要的驱动信息和功能上的约束。以设备管理功能为例,设备管理分为四部分:添加设备,删除设备,浏览设备,查询设备。添加设备时应该能对一些有限制的信息做好正确的检查,录入的设备信息应包括设备编号、设备名称、购进时间、国别、供应商、价格、存放地点保管人、借用人,并且在信息输入时应及时对信息的合法性进行检查;删除设备
SkillBuilderA
- Identifying Keys and Integrity Constraints: Golf Purpose This exercise is designed to help you get familiar with identifying keys and integrity constraints in a table.
HOMEWORK4
- emp(eno, ename, salary, mgr),其中mgr是员工领导,设计约束:要求领导的工资不能低于他的下属平均工资。(注意,这是一个递归查询)-emp (eno, ename, salary, mgr), which is the employee mgr leadership, design constraints: the requirement that lead not be lower than the wages of the average wage of his s
Oracle-API
- OracleAPI、oracle10G函数大全(常用函数)、SQL和Oracle通解。 oracle函数库参考手册。 函数大全不是很全,SQL和Oracle通解很管用啊,包含了各种触发器、存储过程、约束、索引、查询等等的示例。 老实说就是来赚分的,但是瞅瞅文件大小就知道不会亏咯。我也是花了时间和积分来找的,找半天找不到完整API,找到好点的就分享咯。-OracleAPI, oracle10G function Daquan (common function), SQ
