搜索资源列表
Minee
- 这是我自己写的从数据库中读出数据,并显示,并构成不规则三角网的程序,可以在程序中添加约束线。-This is written in my own读出数据from the database and displays, and triangulated irregular network constitutes the procedure, you can add a constraint in the procedure line.
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_Storaged_Procedure_Programming
- 数据库专家Kevin Owens是美国财政部计算机中心的Oracle数据库管理员,他将与您共同探讨PL/SQL——Oracle的结构化查询语言(SQL),并教您如何通过构建健壮、大型的数据库来解决您的业务问题。 本书语言通俗易懂,并引入大量代码示例。书中详细介绍了许多技术来利用Oracle的特性,如触发器和存储过程等。这些特性支持数据库结合业务规则,并可以根据业务的发展变化对规则进行管理和修改。本书讨论的主题包括: · 查看数据字典中的约束 · 实施复杂的规则
oracle
- oracle常用命令 第一章:日志管理 第二章:表空间管理 第三章:表 第四章:索引 第五章:约束 第六章:LOAD数据 第七章:reorganizing data 第八章: managing password security and resources 第九章:Managing users 第十章:managing privileges 第十一章: manager role 第十二章: BACKUP and RECOVERY-oracle co
CREATE-TABLE
- 表中某列被修改后触发器SQL例子,不能获得修改前的值。-CREATE TABLE [TEST] ( [FID] [int] IDENTITY (1, 1) NOT NULL , [F1] [int] NULL , [F2] [int] NULL , [F3] [int] NULL , CONSTRAINT [PK_TEST] PRIMARY KEY CLUSTERED
DB_CreateSql
- Access脚本编写器 1.0 功能: 可编写Access数据库的常用的主要对象,包括表,视图,索引,约束,包括 默认值,主键,自动编号,外键(表关系) 编写完自动保存为原数据库名+相应扩展的文件 Asp模式可直接生成带表单输入的可执行的Asp文件,用生成的Asp文件即可生成新的数据库 Sql模式可直接生成纯Sql语句文本-Access scr ipt to write 1.0 features: can write Access databases commonly u
hftsc123
- CREATE TABLE Activity ( activityno NUMBER NOT NULL , activityname VARCHAR2(20) NULL , activitytime DATE NULL , activityplace VARCHAR2(20) NULL , activitycost NUMBER(7,2) NULL , introductions LONG VARCHAR NULL , activityty
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.
Kishore_Paper
- and split. Although this topological constraint may be reasonable in the segmentation of the liver, it would certainly be undesirable when segmenting blood vessels in an MR image. An algorithm to overcome these diculties was rst introduced by
1964091-IJVIPNS
- and split. Although this topological constraint may be reasonable in the segmentation of the liver, it would certainly be undesirable when segmenting blood vessels in an MR image. An algorithm to overcome these diculties was rst introduced by
SQL
- 在一个已经建立好的图书管理信息系统中,对读者中性别字段建立一个默认约束-For readers to create a default constraint gender field
shiyan6
- 数据库的完整性控制熟悉利用企业管理器为列创建DEFAULT约束、为列创建CHECK约束、为列创建UNIQUE约束、为列创建不允许为空约束、创建PRIMARY KEY约束、创建FOREIGN KEY约束-Integrity control of the database use Enterprise Manager to create the familiar column DEFAULT constraint, create a CHECK constraint for a column, cr
gongzhiguanli
- 简单的工资发放管理软件,Delphi 7下开发-/* Table: SALARY_SET, Owner: MISDBA*/ CREATE TABLE SALARY_SET (PERSON CHAR(6) NOT NULL, SALARY FLOAT, CONSTRAINT SALARY_SET_PEROSN PRIMARY KEY (PERSON)) /* Table: SALARY_OTHER, Owner: MISDBA*/ CREATE TABL
SQLQuery2
- 创建数据库 表的创建 修改 增添数据 约束 索引-Create Create a table of changes to add a data constraint index
51CTO下载-MySQL必知必会(文字版)
- 《MySQL必知必会》是经典畅销书《SQL必知必会》之后,作者应众多读者的请求编写的,专门针对MySQL用户。《MySQL必知必会》中继承了《SQL必知必会》的优点,没有过多阐述数据库基础理论,而是紧贴实战需要,直接从数据检索开始,逐步深入各种复杂的内容,包括联结的使用、子查询、正则表达式和基于全文本的搜索、存储过程、游标、触发器、表约束,等等。通过《MySQL必知必会》,读者能够掌握扎实的基本功,迅速成为MySQL高手。("MySQL" will certainly kno