(完整版)数据库重要术语(中英文)
数据库英语

数据库英语数据库是现代社会中广泛应用的数据管理系统,由于其在各行各业中的重要性,数据库相关的专业术语在英语中也占据着重要的地位。
本文将介绍数据库中常见的英语术语及其解释,以帮助读者更好地理解数据库领域的知识。
数据库基础1.Database:数据库,是指长期储存在计算机中,有组织、永久存储的数据集合。
它通常受到数据库管理系统(DBMS)的管理。
2.Table:表,数据库中的基本组成单位,用来存储特定类型的数据。
表由行和列组成,每行代表一个记录,每列代表一个字段。
3.Record:记录,表中的一行数据,包含了一组相关的数据。
4.Field:字段,表中的一个列,代表一个数据项或属性。
数据库查询1.Query:查询,是指根据特定条件从数据库中检索所需信息的操作。
2.Select:选择,查询语句中的关键字之一,用于选择需要检索的字段。
3.Where:条件,查询语句中的关键字之一,用于指定检索的条件。
4.Join:连接,用于将两个或多个表中相关字段的数据关联起来。
数据库管理1.DBMS:数据库管理系统,是指用来管理数据库的软件系统,负责数据的存储、检索、更新和管理。
2.SQL:结构化查询语言,是一种用于与关系型数据库通信的标准语言。
3.Index:索引,用于提高数据库查询效率的数据结构,通常基于一个或多个字段创建索引。
4.Backup:备份,是指对数据库中的数据进行定期复制和存档,以防止数据丢失。
数据库安全1.Security:安全性,数据库安全性是指保护数据库不受未经授权的访问、破坏和泄露的措施。
er:用户,数据库中被授权访问和操作数据库的个体或实体。
3.Permission:权限,用来控制用户对数据库对象的访问和操作权限的设置。
4.Encryption:加密,是指对数据库中的敏感数据进行转换,以保护数据的安全性。
数据库发展趋势1.Big Data:大数据,指的是规模巨大、种类繁多的数据集合,对传统数据库系统的处理能力提出了挑战。
数据库术语表

Database术语表Access method :访问方法Alias:别名Alternate keys:备用键,ER/关系模型Anomalies:异常Application design:应用程序设计Application server:应用服务器Attribute:属性,关系模型Attribute:属性,ER模型Attribute inheritance:属性继承Base table:基本表Binary relationship:二元关系Bottom-up approach:自底向上方法Business rules:业务规则Candidate key:候选键,ER/关系模型Cardinality:基数Centralized approach:集中化方法,用于数据库设计Chasm trap:深坑陷阱Client:客户端Clustering field:群集字段Clustering index:群集索引Column:列,参见属性(attribute)Complex relationship:复杂关系Composite attribute:复合属性Composite key:复合键Concurrency control:并发控制Constraint:约束Data conversion and loading:数据转换和加载Data dictionary:数据字典Data independence:数据独立性Data model:数据模型Data redundancy:数据冗余Data security:数据安全Database:数据库Database design:数据库设计Database integrity:数据库完整性Database Management System:数据管理系统Database planning:数据库规划Database server数据库服务器DBMS engine:DBMS引擎DBMS selection:DBMS选择Degree of a relationship:关系的度Denormalization:反规范化Derived attribute:派生属性Design methodology:设计方法学Disjoint constraint:无连接约束Domain:域Entity:实体Entity integrity:实体完整性Entity occurrence:实体出现Entity-Relationship model:实体-关系模型Fact-finding:事实发现Fan trap:扇形陷阱Field:字段File:文件File-based system:基于文件的系统File organization:文件组织First Normal Form:1NF,第一范式Foreign key:外键4GL,Fourth-Generation Language:第四代语言Full functional dependency:完全函数依赖Functional dependency:函数依赖Generalization:泛化Generalization hierarchy:泛化层次结构Global data model:全局数据模型Implementation:实现Index:索引Information system:信息系统Inheritance:继承Integrity constraints:完整性约束IS-A hierarchy:层次结构local logical data model:局部逻辑数据模型Logical database design:逻辑数据库设计Meta-data:元数据Mission objective:使命目标Mission statement:使命语句Multiplicity:多样性Multi-valued attribute:多值属性Nonkey attribute/column:非键属性/列Normal forms:范式Normalization:规范化Null:空值Operational maintenance:操作维护Participation constraint:参与约束,EER模型Participation constraint:参与约束,ER模型Physical database design:物理数据库设计Primary index:主索引Primary key:主键,ER模型Primary key:主键,关系模型Privileges:权限Prototyping:原型Query-by-Example: QBE,一种用于关系型DBMS的非过程化的数据库语言RDBMS:关系型DBMSRecord:记录Recovery control:恢复控制recursive relationship:递归关系Redundant data:冗余数据Referential integrity:参照完整性Relation:关系Relational model:关系模型Relational database关系数据库Relation:关系Relationship occurrence:关系出现Requirements collection and analysis:需求收集与分析Row:行,同元组(topple)Second normal form:2NF,第二范式Secondary index:二级索引Security:安全Server:服务器Simple-valued attribute:单值属性Specialization:特化Specialization hierarchy:同类层次结构SQL Structured Query Language:结构化查询语言Strong entity:强实体Subclass:子类Superclass:超类Superkey:超键,ER模型Superkey:超键,关系模型system catalog:系统目录System definition:系统定义System security:系统安全Table:表Ternary relationship:三元关系Testing:测试Third normal form:3NF,第三范式3GL,Third-Generation Language:第三代语言,一种过程化语言,如COBOL,C,C++ Three-tier client-server architecture:三层客户端-服务器体系结构Top-down approach:自顶向下方法Transaction:事务Transaction Processing Monitor,TPM:事务处理监视器Transitive dependency:传递依赖Tuple:元组Tow-tier client-server architecture:两层客户端-服务器体系结构Type hierarchy:类型层次结构UML Unified Modeling Language:统一建模语言Update anomalies:更新异常User view:用户视图view:视图View integration approach:视图统合方法Weak entity:弱实体。
数据库data base 核心专业词汇+中英对照+解释

·数据(Data):反映客观世界的事实,并可以区分其特征的符号:字符、数字、文本、声音、图形、图像、图表、图片等,它们是现实世界中客观存在的,可以输入到计算机中进行存储和管理的。
·信息(Information):由原始数据经加工提炼而成的、用于决定行为、计划或具有一定语义的数据称为信息。
·数据库DB(Data Base):是现实世界中相互关联的大量数据及数据间关系的集合。
·数据库管理系统DBMS(Data Base Management System):是对数据库中的数据进行存储和管理的软件系统。
包括存储、管理、检索和控制数据库中数据的各种语言和工具,是一套系统软件。
·数据库系统DBS(Data Base System):是对数据库和数据库管理系统的总称。
是指相互关联的数据集合与操纵数据的软件工具集合。
DBS = DB+DBMS·数据库应用程序接口API(Application Programming Interface):是由DBMS为开发应用程序提供的操纵和访问数据库中数据的接口函数、过程或语言。
·数据库应用程序AP(Application Program):满足某类用户要求的操纵和访问数据库的程序。
·数据仓库(Data Warehouse)一个数据仓库就是一个自带数据库的商业应用系统。
利用现有的数据资源,把数据转换为信息,从中挖掘出知识,提炼成智慧,创造出效益。
·数据发掘(Data Mining)数据发掘可帮助商业用户处理大量存在的数据,以期发现一些"意外的关系",以便增加市场份额和利润。
·信息发掘(Information Mining):信息发掘是指在文档、地图、照片、声音和影像之汪洋大海中发现相关信息,即面向内容的检索。
·数据模式(Data Model):在数据库中,对数据(实体)的描述称为数据库模式。
常见的大数据术语表(中英文对照版)

常见的大数据术语表(中英文对照版)A聚合(Aggregation) - 搜索、合并、显示数据的过程算法(Algorithms) - 可以完成某种数据分析的数学公式分析法(Analytics) - 用于发现数据的内在涵义异常检测(Anomaly detection) - 在数据集中搜索与预期模式或行为不匹配的数据项。
除了"Anomalies",用来表示异常的词有以下几种:outliers, exceptions, surprises, contaminants.他们通常可提供关键的可执行信息匿名化(Anonymization) - 使数据匿名,即移除所有与个人隐私相关的数据应用(Application) - 实现某种特定功能的计算机软件人工智能(Artificial Intelligence) - 研发智能机器和智能软件,这些智能设备能够感知周遭的环境,并根据要求作出相应的反应,甚至能自我学习B行为分析法(Behavioural Analytics) - 这种分析法是根据用户的行为如"怎么做","为什么这么做",以及"做了什么"来得出结论,而不是仅仅针对人物和时间的一门分析学科,它着眼于数据中的人性化模式大数据科学家(Big Data Scientist) - 能够设计大数据算法使得大数据变得有用的人大数据创业公司(Big data startup) - 指研发最新大数据技术的新兴公司生物测定术(Biometrics) - 根据个人的特征进行身份识别B字节(BB: Brontobytes) - 约等于1000 YB(Yottabytes),相当于未来数字化宇宙的大小。
1 B字节包含了27个0!商业智能(Business Intelligence) - 是一系列理论、方法学和过程,使得数据更容易被理解C分类分析(Classification analysis) - 从数据中获得重要的相关性信息的系统化过程;这类数据也被称为元数据(meta data),是描述数据的数据云计算(Cloud computing) - 构建在网络上的分布式计算系统,数据是存储于机房外的(即云端)聚类分析(Clustering analysis) - 它是将相似的对象聚合在一起,每类相似的对象组合成一个聚类(也叫作簇)的过程。
中英文对照术语表精选全文

加速试验
acceptance criteria
认可标准
accuracy
准确性
acelerated/stress stability Studies
加速/强力破坏稳定性研究
acetylation
乙酰化作用
achiral assay
非手性测定
achlorhydric elderly
老年性胃酸缺乏症
action limits
内控限值
active components/comcound/moiety
活性成分
active ingredient
活性组分
adaption to specific culture conditions
特定培养条件的适应
additives
添加剂
adjuvant
佐剂
adventitious agents
精选全文完整版(可编辑修改)
中英文对照术语表(ICH 质量)
英文
中文
abbreviated or abridged aplication
简略申请
abnormal karyology
异常核形
absorbed moisture
吸附水
acceptable daily intake
可接受的日摄入量
acceptable test
2 / 21
产氨率 被测物 分析方法 动物细胞系 动物组织或器官 触角形状 抗生素耐药基因 抗生素 抗体 抗体产生试验 抗血清 申报者 腹水 含量测定 定量方法 鸟类 亲和性 背景 细菌 批次 逐批 试验间变异 双数分裂 结合试验 生长量/生物负荷 生化方法 生物等效性 生物有害信息 生物活性 生物制品 生物反应器 生物技术/生物制品 生物技术产品 双相曲线 血浆因子 体液 牛 疯牛病 括号法 饲养条件 副产物
数据库部分术语对照

DB DesignSix Stages:1. Requirement Analysis(需求分析)2. Conceptual Design (概念设计)3. Logical Design (逻辑设计)4. Physical Design (物理设计)5. Implementation (实施)6. Running and maintenance (运行维护)数据字典Data Dictionary: Data item, Data Structure, Data Stream, Data storage, Data Process 聚集aggregation (is part of) 概括: generalization (is subset of)特殊化/概化specialization (is a)/ generalization (is subset of)子类/超类subclass/superclassDB Recovery事务:Transaction is action, or series of actions, carried out by user or application, which accesses or changes the contents of database. It is a logical unit of work with one or more SQL statements guaranteed to be atomic with respect to recovery.Four basic properties of a transaction are ACID (Atomicity, Consistency, Isolation, Durability) Transaction State (事务的状态)•Active, the initial state; the transaction stays in this state while it is executing•Partially committed, after the final statement has been executed.•Failed, after the discovery that normal execution can no longer proceed.•Aborted, after the transaction has been rolled back and the database restored to its state prior to the start of the transaction. Two options after it has been aborted:–restart the transaction – only if no internal logical error–kill the transaction•Committed, after successful completionTypes of Failures:•System crashes(系统故障,软故障), resulting in loss of main memory.•Media failures(介质故障,硬故障), resulting in loss of parts of secondary storage.•Transaction failure(事务故障)The log records are written before write to database, this rule is called Write-ahead log protocolRecovery Facilities ,DBMS should provide following facilities to assist with recovery: –Backup mechanism, which makes periodic backup copies of database.–Logging facilities, which keep track of current state of transactions and database changes.–Checkpoint facility, which enables updates to database in progress to be made permanent.–Recovery manager, which allows DBMS to restore database to consistent state following a failure.Log File contains information about all updates to database:–Transaction records.(Transaction identifier;Type of log record, (transaction start, insert, update, delete, abort, commit);Identifier of data item affected bydatabase action ;Before-image of data item;After-image of data item, Time ofTransaction operation)Checkpoint records.Concurrency Control Technology (并发控制技术)Three Potential Problems Caused by Concurrency1.Lost update problem.(丢失更新)2.Uncommitted dependency problem(未提交依赖问题).i.e. Dirty Read(读脏数据,uncommitted and then rollbacked data )3.Inconsistent analysis problem.(不一致分析问题,不可重复读Non-repeatable read)i.e. Non-Repeatable ReadThe Two-Phase Locking Protocol(两段锁协议)Transaction follows 2PL protocol if all locking operations precede first unlock operation in the transaction.Two phases for transaction:–Growing phase - acquires all locks but cannot release any locks.–Shrinking phase - releases locks but cannot acquire any new locks.Or⏹Phase 1: Growing Phase(扩展阶段,申请锁阶段)❑transaction may obtain locks❑transaction may not release locks⏹Phase 2: Shrinking Phase(收缩阶段,释放锁阶段)❑transaction may release locks❑transaction may not obtain locksSerial Schedules (串行调度)serializable schedules (可串行化的调度)serializability可串行化Multiple Granularity 多粒度Compatibility Matrix 相容矩阵deadlocks 死锁livelock活锁Deadlock Detection 死锁检测。
数据库专业英语

数据库专业英语文章摘要:数据库专业英语是指与数据库相关的专业术语和表达方式,它涉及到数据库的基本概念、结构、设计、操作、管理、应用等方面。
掌握数据库专业英语对于学习和使用数据库技术是非常有益的,可以提高沟通和理解的效率,也可以拓展知识和视野。
本文将介绍一些常用的数据库专业英语,包括数据模型、数据操作、数据分析、数据安全等,并给出中英文对照的表格,以便于读者参考和学习。
1. 数据模型数据模型(Data Model)是对现实世界特征的数字化的模拟和抽象,它描述了数据的结构、属性、联系和约束。
不同的数据模型有不同的特点和适用范围,常见的数据模型有层次模型(Hierarchical Model)、网状模型(Network Model)、关系模型(Relational Model)、对象模型(Object Model)等。
下表列出了一些与数据模型相关的专业英语:中文英文数据Data数据库Database数据库管理系统Database Management System (DBMS)数据字典Data Dictionary数据仓库Data Warehouse数据湖Data Lake实体Entity属性Attribute域Domain关系Relation元组Tuple主键Primary Key外键Foreign Key视图View索引Index约束Constraint2. 数据操作数据操作(Data Manipulation)是指对数据库中的数据进行增加、删除、修改和查询等操作,通常使用一种称为结构化查询语言(Structured Query Language,简称SQL)的标准语言。
SQL语言分为数据定义语言(Data Definition Language,简称DDL)、数据操纵语言(Data Manipulation Language,简称DML)、数据控制语言(Data Control Language,简称DCL)等部分。
数据库术语

数据库术语
1. 数据库(Database):具有一定结构,可按照一定的方式描述,并存储在计算机中的有组织的数据集合。
2. 数据库管理系统(Database Management System,DBMS):管理、访问和操作数据库的软件系统,是介于用户和数据库之间的接口程序。
3. 表(Table):一种数据存储结构,由若干行和若干列组成。
每一列包含某一类数据,每一行描述一个实例。
4. 列(Column):表的纵向结构,用于存储同一类数据。
5. 行(Row):表的横向结构,用于描述同一实例的数据。
6. 主键(Primary Key):唯一标识每个表中的行,确保每个实例的数据是唯一的,通常是一个或多个列。
7. 外键(Foreign Key):一列或一组列,用来描述一个表与另一个表之间的联系。
8. 索引(Index):一种数据结构,可加快数据检索的速度。
9. 视图(View):一种虚拟表,不存储实际数据,是基于一个或多个表的查询结果组成的。
10. 存储过程(Stored Procedure):一段经过编写、编译、并存储在数据库中的SQL代码,可被多次调用,用于简化复杂的数据操作。
11. 事务(Transaction):一组数据库操作,逻辑上是一个整体,要么全部执行,要么全部不执行。
12. 触发器(Trigger):在数据库发生某些事件时自动执行的一段SQL代码。
常用于数据约束和数据管理。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
单词汇总(数据库专业一点的词汇其实主要就是每章后面review items的内容,在这里简单列一下,如果你实在没时间看书,至少这些单词要认识。
):1. 数据库系统:database system(DS),database ma nageme nt system(DBMS)2. 数据库系统(DS),数据库管理系统(DBMS)3. 关系和关系数据库table= relation,column = attribute 属性,domain, atomic domain, row= tuple ,relati onal database, relati on schema, relati on in sta nee, database schema, database in sta nee;4. 表=关系,列=属性属性,域,原子域,排=元组,关系型数据库,关系模式,关系实例,数据库模式,数据库实例;1. key 们:super key, can didate key, primary key, foreig n key, referencing relati on, referen ced relati on;2. 超码,候选码,主码,外码,参照关系,被参照关系5. 关系代数(relational algebra): selection, project, natural join, Cartesian product, set operations, union, intersect, set differe nee ( except\m in us), Ren ame, assig nment, outer join, group ing, tuple relati on calculus6. (关系代数):选择,项目,自然连接,笛卡尔积,集合运算,集,交集,集合差(除负),重命名,分配,外连接,分组,元组关系演算7. sql组成:DDL :数据库模式定义语言,关键字:createDML :数据操纵语言,关键字:Insert、delete、updateDCL :数据库控制语言,关键字:grant、removeDQL :数据库查询语言,关键字:select8.3. SQL 语言:DDL,DML,DCL,QL,sql query structure, aggregate functions, nested subqueries,exists(as an operator), uni que(as an operator), scalar subquery, asserti on, in dex(i ndices), catalogs, authorization, all privileges, granting, revoking , grant option, trigger, stored procedure, stored fun cti on 4. SQL语言:DDL,DML,DCL,QL,SQL查询结构,聚合函数,嵌套子查询,存在(如运营商),独特的(如运营商),标量子查询,断言指数(指数) ,目录,授权,所有权限,授予,撤销,GRANT OPTION,触发器,存储过程,存储函数8. 表结构相关:Integrity constraints, domain constraints, referential integrity constraints9. 完整性约束,域名约束,参照完整性约束5. 数据库设计(ER 模型):Entity-Relationship data model, ER diagram, composite attribute, sin gle-valuedand multivalued attribute, derived attribute, binary relati on ship set, degree of relati on ship set, mapp ing card in ality, 1-1, 1-m, m-n relati on ship set (one to one, one to many, many to many), participati on, partial or total participati on, weak en tity sets, discrim in ator attributes, specialization andgeneralization6. 实体关系数据模型,ER图,复合属性,单值和多值属性,派生属性,二元关系集,关系集,映射基数的程度,1-1,1-米,MN关系集合(一对一,一对多,多对多) ,参与部分或全部参与,弱实体集,分辨符属性,特化和概化10. 函数依赖理论:functional dependence, normalization, lossless join (or lossless) decomposition,First Normal Form (1NF), the third normal form (3NF), Boyce-codd normal form (BCNF), R satisfies F, Fholds on R, Dependency preservation 保持依赖,Trivial, closure of a set of functional dependencies 函数依赖集的闭包,closure of a set of attributes 属性集闭包,Armstrong 's axioms Armstrong 公理, reflexivity rule 自反律, augmentation rule ,增广率, transitivity 传递律, restriction of F to R i ,F在Ri上的限定,canonical cover 正则覆盖, extraneous attributes 无关属性, decomposition algorithm 分解算法.7. 函数依赖,规范化,无损连接(或无损)分解,第一范式(1NF ),第三范式(3NF )BC 范式(BCNF ), R满足F, F持有R,依赖保存,平凡,一组函数依赖封闭,一组属性,8. 事务:transition, ACID properties ACID 特性,并发控制系统concurrency control system, 故障恢复系统recovery system, 事务状态transition state, 活动的active, 部分提交的partiallycommitted, 失败的failed, 中止的aborted , 提交的committed, 已结束的terminated , 调度schedule,操作冲突con flict of operatio ns, 冲突等价con flict equivale nee,冲突可串行化conflict serializablity,可串行化顺序serializablity order,联级回滚cascading rollback,圭寸锁协议lockingprotocol ,共享(S)锁shared-mode lock (S-lock),排他(X)锁exclusive -mode lock (X-lock), 相容性compatibility, 两阶段封锁协议2-phase locking protocol, 意向锁intention lock, 时间戳timestamp,恢复机制recovery scheme日志log,基于日志的恢复log-based recovery,延迟的修改deferred modification, 立即的修改immediate modification, 检查点checkpoint.数据库系统DBS Database System数据库系统应用Database -ystem applicati ons文件处理系统file-processing system 数据不一致性data inconsistency 一致性约束consistency constraint 数据抽象Data Abstraction实例instance模式schema物理模式physical schema逻辑模式logical schema物理数据独立性physical data independence数据模型data model实体-联系模型entity-relationship model (E-R)关系数据模型relational data model 基于对象的数据模型object-based data model 半结构化数据模型semistructured data model数据库语言database language数据定义语言data-definition language 数据操纵语言data-manipulation language 查询语言query language元数据metadata应用程序application program规范化normalization数据字典data dictionary存储管理器storage manager 查询管理器query processor 事务transaction原子性atomicity故障恢复failure recovery并发控制concurrency-control 两层和三层数据库体系结构two-tier/three-tier 数据挖掘data mining 数据库管理员DBA database administrator表table关系relation 元组tuple 空值null value 数据库模式database schema 数据库实例database instance 关系模式relation schema 关系实例relation instance 码keys超码super key候选码candidate key主码primary key外码foreign key参照关系referencing relation被参照关系referenced relation 属性attribute 域domain 原子域atomic domain 参照完整性约束referential integrity constraint 模式图schema diagram 查询语言query language 过程化语言procedural language 非过程化语言nonprocedural language 关系运算operations on relations选择元组selection of tuples选择属性selection of attributes自然连接natural join笛卡尔积Cartesian product集合运算set operations 关系代数relational algebraSQL 查询语言SQL query structureSelect 字句select clauseFrom 字句from clauseWhere 字句where clause 自然连接运算natural join operationAs 字句as clauseOrder by 字句order by clause相关名称(相关变量,元组变量) correlation name ( correlation variable ,tuple variable ) 集合运算set operationsUnionInterest Except 空值null values真值“ unknown ” truth “ unknown ” 聚集函数aggregate functions avg,min ,max,sum,count group by having 嵌套子查询nested subqueries 集合比较set comparisons{ 《,《=,》,》=}{some ,all}existsunique lateral 字句lateral clause with 字句with clause 标量子查询scalar subquery 数据库修改database modification删除deletion 插入insertion 更新updating参照完整性referential integrity参照完整性约束referential -ntegrity constraint 或子集依赖subset dependency可延迟的deferrable 断言assertion连接类型join types内连接和外连接inner and outer join 左外连接、右外连接和全外连接left 、right and full outer join Natural 连接条件、using 连接条件和on 连接条件natural using and so on 视图定义view definition 物化视图materialized views 视图更新view update 事务transactions提交commit work 回滚roll back work 原子事务atomic transaction 完整性约束integrity constraints域约束domain constraints 唯一性约束unique constraint Check 字句check clause 参照完整性referential integrity 级联删除cascading delete 级联更新cascading updates 断言assertions 日期和时间类型date and time types 默认值default values 索引index 大对象large object 用户定义类型user-defined types 域domains 目录catalogs 模式schemas 授权authorization 权限privileges选择select插入insert 更新update 所有权限all privileges 授予权限granting of privileges 收回权限revoking of privileges 授予权限的权限privileges to privileges Grant option 角色roles 视图授权authorization on views 执行授权execute authorization 调用者权限invoker privileges 行级授权row-level authorizationJDBCODBC 预备语句prepared statements 访问元数据accessing metadata SQL 注入SQL injection 嵌入式SQL embedded SQL 游标cursors 可更新的游标updatable cursors 动态SQL dynamic SQL SQL 函数SQL functions 存储过程stored procedures 过程化结构procedural constructs 外部语言例程external language routines 触发器triggerBefore 和after 触发器before and after triggers 过渡变量和过渡表transition variables and tables 递归查询recursive queries 单调查询monotonic queries 排名函数ranking functionsRank Dense rankPartition by 分窗windowing 联机分析处理(OLAP )online analytical processing 多维数据multidimensional data度量属性measure attributes 维属性dimension attributes 转轴pivoting 数据立方体data cube 切片和切块slicing and dicing 上卷和下钻rollup and drill down 交叉表cross-tabulation第七章实体- 联系数据模型Entity-relationship data model 实体和实体集entity and entity set 属性attribute 域domain 简单和复合属性simple and composite attributes 单值和多值属性single-valued and multivalued attributes 空值null value 派生属性derived attribute超码、候选码以及主码super key ,candidate key, and primary key 联系和联系集relationship and relationship set二元联系集binary relationship set 联系集的度degree of relationship set 描述性属性descriptiveattributes 超码、候选码以及主码super key ,candidate key, and primary key 角色role自环联系集recursive relationship setE-R 图E-R diagram 映射基数mapping cardinality 一对一联系one-to-one relationship 一对多联系one-to-many relationship 多对一联系many-to-one relationship 多对多联系many-to-many relationship参与participation全部参与total participation部分参与partial participation弱实体集和强实体集weak entity sets and strong entity sets分辨符属性discriminator attributes标识联系identifying relationship特化和概化specialization and generalization超类和子类superclass and subclass属性继承attribute inheritance单和多继承single and multiple inheritance条件定义的和用户定义的成员资格condition-defined and userdefined membership 不相交概化和重叠概化disjoint and overlapping generalization 全部概化和部分概化total and partial generalization聚集aggregationUMLUML 类图UML class diagram第八章E-R 模型和规范化E-R model and normalization分解decomposition函数依赖functional dependencies无损分解lossless decomposition原子域atomic domains第一范式( 1NF) first normal form(1NF)合法关系legal relations超码super keyR 满足F R satisfies FF在R上成立F holds on RBoyce-Codd 范式BCNF Boyce-Codd normal form(BCNF)保持依赖dependency preservation第三范式( 3NF ) third normal form(3NF)平凡的函数依赖thivial functional dependencies函数依赖集的闭包closure of a set of functional dependenciesArmstrong 公理Armstrong ‘s axioms属性集闭包closure of attribute setsF 在Ri 上的限定restriction of F to Ri正则覆盖canonical cover无关属性extraneous attributesBCNF 分解算法BCNF decomposition algorithm3NF 分解算法3NF decomposition algorithm多值依赖multivalued dependencies第四范式( 4NF )fourth normal form(4NF)多值依赖的限定restriction of a multivalued independency投影-连接范式( PJNF ) project-join normal form(PJNF)域-码范式( DKNF ) domain-key normal form(DKNF)泛关系universal relation 唯一角色假设unique-role assumption 去规范化denormalization。