Skip to content

Commit f2859f9

Browse files
minor improvements to the normalization chapter
1 parent 1c51655 commit f2859f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"cell_type": "markdown",
2424
"metadata": {},
2525
"source": [
26-
"## Approach 1: Mathematical Normalization (Codd's Normal Forms)\n",
26+
"## Approach 1: Mathematical Normalization\n",
2727
"\n",
2828
"Edgar F. Codd developed formal normalization theory in the early 1970s, rooted in the mathematical foundations of the relational model [@10.1145/358024.358054]. This approach is deeply tied to predicate calculus and the original conceptualization of relations.\n",
2929
"\n",
@@ -265,7 +265,7 @@
265265
"cell_type": "markdown",
266266
"metadata": {},
267267
"source": [
268-
"## Approach 2: Entity Normalization (Chen's Entity-Relationship Model)\n",
268+
"## Approach 2: Entity Normalization\n",
269269
"\n",
270270
"In 1976, Peter Chen introduced the Entity-Relationship Model [@10.1145/320434.320440], which revolutionized how we think about database design. Rather than starting with predicates, attributes, and functional dependencies, Chen proposed starting with **entities** and **relationships**.\n",
271271
"\n",

0 commit comments

Comments
 (0)