Skip to content

Commit 8b3c4ae

Browse files
fix link in normalization
1 parent 2880042 commit 8b3c4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/30-schema-design/055-normalization.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"\n",
4646
"**Attributes are subject to functional dependencies:** some attributes determine the values of others. Normalization ensures well-designed relations avoid storing data with tangled functional dependencies.\n",
4747
"\n",
48-
"Mathematical normalization is founded on the Closed World Assumption (CWA) [@10.1145/320107.32010]. The CWA is the assumption that the only facts that are true are those that are explicitly stated in the database. Facts that are not stated in the database are assumed to be false: If a student enrollment is missing from the database, we assume that the student is not enrolled in that course. This is a simplifying assumption that allows us to reason about the data in the database in a more precise way.\n",
48+
"Mathematical normalization is founded on the Closed World Assumption (CWA) [@10.1145/320107.320109]. The CWA is the assumption that the only facts that are true are those that are explicitly stated in the database. Facts that are not stated in the database are assumed to be false: If a student enrollment is missing from the database, we assume that the student is not enrolled in that course. This is a simplifying assumption that allows us to reason about the data in the database in a more precise way.\n",
4949
"\n",
5050
"This is an abstract, mathematical approach that requires reasoning about attribute-level dependencies independent of real-world entities.\n",
5151
"\n",

0 commit comments

Comments
 (0)