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 2188a31 commit f105464
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/zh/sql/02/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,24 @@ priority: 4
- 面向对象模型
- 对象关系模型

层次和网状模型统称为**非关系模型**,也称为**格式化模型**
层次和网状模型统称为**非关系模型**,也称为**格式化模型**

## 层次模型

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

- 以树的形式
- 有且仅有一个节点,并且没有双亲,称为根节点
- 有且仅有一个其它

## 网状模型

![网状模型结构图](./image2.png)

- 以网的形式
- 有一个以上的节点没有父节点
- 节点可以有多于一个的父节点

## 关系模型

- 规范化的 `二维表`
Binary file added docs/zh/sql/02/image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/zh/sql/02/image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f105464

Please sign in to comment.