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 f69135e commit c9fdf9e
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions docs/zh/sql/02/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ priority: 4

数据库主要有 `查询和更新` 两大类操作

更新
### 更新

- 插入
- 修改
Expand Down Expand Up @@ -60,6 +60,17 @@ priority: 4

![层次模型结构图](./image1.png)

### 优点

- 结构简单清晰
- 效率很高
- 良好的完整性支持

### 缺点
- 不能多对多
- 查询不灵活
- 编写较为复杂

-****的形式
- 有且仅有一个节点,并且没有双亲,称为根节点
- 有且仅有一个其它
Expand All @@ -72,6 +83,14 @@ priority: 4
- 有一个以上的节点没有父节点
- 节点可以有多于一个的父节点

### 优缺点

- 查询效率高,能表达复杂联系
- 结构复杂,操作复杂,编写复杂

## 关系模型

- 规范化的 `二维表`
- 规范化的 `二维表`,也称为 ``

### 优缺点

0 comments on commit c9fdf9e

Please sign in to comment.