quartz/content/notes/Normal-Forms.md
2022-10-24 22:45:59 +13:00

20 lines
311 B
Markdown

---
title: "Normal-Forms"
aliases:
tags:
- cosc203
---
# 1 NF
- atomic attributes
- no multivalue/composite/nested relations
# 2 NF
- no nonprime attributes that are partially functionally dependent on primary key
# 3 NF
- remove nonprime attributes that are transitively dependent on primary key
# BCNF