Skip to content

Commit

Permalink
范式
Browse files Browse the repository at this point in the history
  • Loading branch information
hoe committed Nov 2, 2024
1 parent 3cc6def commit c0329e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/chapter/tech/rk.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@
- 逻辑独立性 改动模式<->外模式
- 关系代数
- $\theta$连接-比较、等值连接、自然连接(属性**等值**并去重)
- 关系模式
- 范式
- 第一范式 1NF **属性**不能继续分割 存在部分函数依赖数据冗余和更新问题
- 第二范式 2NF 非主属性完全依赖于候选码(**主键**
## 大题
### 数据流图
一般试题上上用 E-外部实体 P-加工 D-数据存储 来表示
Expand Down

0 comments on commit c0329e0

Please sign in to comment.