Skip to content

Commit 139de40

Browse files
committed
differences for PR #367
1 parent d61ffbd commit 139de40

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

00-sql-introduction.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ In most cases, each record will have a unique identifier, called a *key*,
111111
which is stored as one of its fields.
112112
Records may also contain keys that refer to records in other tables,
113113
which enables us to combine information from two or more sources.
114+
The idea of *relational* is associated with organizing information across multiple tables in the database.
115+
The *relationships* between tables in a database can be established (or even enforced) in different ways, through the use of *keys* and other constraints.
116+
In many small datasets we have only a few tables and we don't have to think about cross-references within datasets.
117+
The idea of *relational data* becomes more and more important as the amount and complexity of data grows. This provides the motivation for using relational databases: to organize data through related keys.
114118

115119

116120
::::::::::::::::::::::::::::::::::::::::::::::::::

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"NEWS.md" "84aa522251c8b0043f12e83af45cc3d8" "site/built/NEWS.md" "2023-04-21"
66
"config.yaml" "0928fbefeca4f51e54ccc3687a9565e9" "site/built/config.yaml" "2023-04-21"
77
"index.md" "cfdee7444b27a96171c25e1d4915e1e9" "site/built/index.md" "2023-06-07"
8-
"episodes/00-sql-introduction.md" "702a6c1b841bc4729bb2d8e0b358532e" "site/built/00-sql-introduction.md" "2023-04-21"
8+
"episodes/00-sql-introduction.md" "78b0fbc499b9e0d5379cddd179320efd" "site/built/00-sql-introduction.md" "2023-10-12"
99
"episodes/01-sql-basic-queries.md" "31fc6d3e21d679cab6a002bffe7c182d" "site/built/01-sql-basic-queries.md" "2023-04-21"
1010
"episodes/02-sql-aggregation.md" "07784e3014a42660059c18e6ba71f26d" "site/built/02-sql-aggregation.md" "2023-04-21"
1111
"episodes/03-sql-joins.md" "4c87f9451d13eaa88c1b38fe29c7a7f3" "site/built/03-sql-joins.md" "2023-06-30"

0 commit comments

Comments
 (0)