From 1706a2910cba952c833b3c6ccf218063aafbe1b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E4=BF=8A=E4=BC=9F?= <2421084001@qq.com> Date: Thu, 7 Sep 2023 21:03:57 +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 --- ...254\344\270\211\346\254\241\347\254\224\350\256\260.md" | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 "12\346\236\227\344\277\212\344\274\237/00907\347\254\254\344\270\211\346\254\241\347\254\224\350\256\260.md" diff --git "a/12\346\236\227\344\277\212\344\274\237/00907\347\254\254\344\270\211\346\254\241\347\254\224\350\256\260.md" "b/12\346\236\227\344\277\212\344\274\237/00907\347\254\254\344\270\211\346\254\241\347\254\224\350\256\260.md" new file mode 100644 index 0000000..b299787 --- /dev/null +++ "b/12\346\236\227\344\277\212\344\274\237/00907\347\254\254\344\270\211\346\254\241\347\254\224\350\256\260.md" @@ -0,0 +1,7 @@ +数据库的表示: + +第一示范:要求字段的内容,不可在分割,为的是保证数据的原字性。 + +第二示范:要求在满足第一示范的基础上,要求非主键要完全依赖主键而不能只依赖部分。 + +第三示范:满足第二示范的基础上,要求非主键属性直接依赖主键。 \ No newline at end of file -- Gitee