Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Leetfs committed Sep 13, 2024
1 parent 236827b commit 7b4600f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/zh/sql/02/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,19 @@ priority: 4
- 唯一标识一行/一个元组的属性集合,为 ``,最小属性集合为 `候选码``候选码` 任意挑一个为 `主码`
- 属性的取值范围称为 `` , 不同列可以来自相同的域 ,同一列不可以来自不同的域
- 行和列的交叉为 `分量`
- 关系的型称为 `关系模式` ,关系模式是对关系的描述
- 关系的型称为 `关系模式` ,关系模式是对关系的描述`关系名(属性1,属性2,属性...)`
- 实体和实体之间的联系用 `关系` 来表示

### 关系模型的数据操作和完整性约束条件

实体完整性、参照完整性、用户定义的完整性

### 关系模型与非关系模型的区别

- 关系模型建立在严格的数学概念基础上
- 概念单一、结构清晰、容易理解

### 关系模型的优缺点

- 数据独立性高,结构简单
- 查询效率不如其它模型,需要做查询优化

0 comments on commit 7b4600f

Please sign in to comment.