oracle专业术语

Entity实体
Data 数据
Attribute属性
Attribute set实体集
Database数据库
Database Management System, DBSM数据库管理系统
Information system 信息系统
Relational Database Management System, RDBMS 关系数据库管理
Data dictionary数据字典
Tuple 元组(一行)
Domain 域
Primary key 主键
Composite primary key复合主键
Composite key 复合键
Secondary key次键
Surrogate key 替代键
Foreign key 外键
Entity integrity 实体完整性
Referential integrity 引用完整性
Relational algebra 关系代数
Relational calculus 关系演算
Union 并运算
Intersection 交运算
Difference 差运算
Projection 投影运算
Selection 选择运算
Product 乘积运算
Assignment 赋值运算
Join 连接运算
Division 除法运算
Union compatible并兼容的
Vertical slice垂直切片
Horizontal slice水平切片
Natural join自然连接
Equijoin等值连接
Outer join外部连接
Self – join自连接
Connectivity 连通性
Multiplicity 多重性
Cardinality 基数
Optional relationship可选关系
Composite entity复合实体
Associative entity联合实体
Weak entity弱实体
Simple attribute简单属性
Composite attribute复合属性
Single – valued attribute单值属性
Multivalued attribute 多值属性
Nonkey column非键列
Normalization 规范化
Redundant data 冗余数据
Anomaly 异常
Deletion anomaly删除异常
Insertion anomaly插入异常
Update anomaly更新异常
1NF=First Normal Form 第一范式
2NF=Second Normal Form 第二范式
Partial dependency 部分依赖
Transitive dependency 传递依赖

猜你喜欢

转载自longyunyinxue.iteye.com/blog/1337088