From ee13dd6e9ff41ec38caf7ae28a63bb6370c585fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E5=AF=8C?= <2744975513@qq.com> Date: Thu, 7 Sep 2023 23:19:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...4\344\270\211\345\244\251\347\254\224\350\256\260.md" | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 "17 \345\221\250\345\257\214/20230907\347\254\254\344\270\211\345\244\251\347\254\224\350\256\260.md" diff --git "a/17 \345\221\250\345\257\214/20230907\347\254\254\344\270\211\345\244\251\347\254\224\350\256\260.md" "b/17 \345\221\250\345\257\214/20230907\347\254\254\344\270\211\345\244\251\347\254\224\350\256\260.md" new file mode 100644 index 0000000..38876da --- /dev/null +++ "b/17 \345\221\250\345\257\214/20230907\347\254\254\344\270\211\345\244\251\347\254\224\350\256\260.md" @@ -0,0 +1,9 @@ +## 第三天笔记 + +数据库范式 + +1.第一范式:要求字段的内容不可再分割,为的是保证数据原子性 + +2.第二范式:在满足第一范式的基础上,要求非主键字段要完全依赖主键(非主键,要依赖整个联合主键),而不能只依赖部分。 + +3.第三范式:瞒住第二范式的前提下,要求非主键属性要直接依赖于主键。 \ No newline at end of file -- Gitee