From 2ec78ee7097d248e4f0a3b4c2bf6c78c2a99d50c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B3=B0=E6=B1=9F?= <3047034182@qq.com> Date: Fri, 8 Sep 2023 12:09:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../20230907\350\214\203\345\274\217.md" | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 "57 \345\210\230\346\263\260\346\261\237/20230907\350\214\203\345\274\217.md" diff --git "a/57 \345\210\230\346\263\260\346\261\237/20230907\350\214\203\345\274\217.md" "b/57 \345\210\230\346\263\260\346\261\237/20230907\350\214\203\345\274\217.md" new file mode 100644 index 0000000..9dad2f5 --- /dev/null +++ "b/57 \345\210\230\346\263\260\346\261\237/20230907\350\214\203\345\274\217.md" @@ -0,0 +1,7 @@ +今天学习了数据库三大范式 + +**第一范式:**要求每个字段(属性)都分割至不可在分割 + +**第二范式:**在第一字段的基础上,*非主键字段要依赖于主键*(有联合主键时,非主键要同时完全依赖于这两个主键,不能部分依赖) + +**第三范式:**在第二范式的基础上,非主键字段要直接依赖主键 \ No newline at end of file -- Gitee