From b57fca81b570897127d0929a136dee1389b8399d Mon Sep 17 00:00:00 2001 From: Fabian Pijcke Date: Sun, 15 Nov 2020 16:53:34 +0100 Subject: [PATCH] Add erratum I used the same sentence as in the next section (Using RIGHT JOIN). Note that one section speaks about joins (plural) and the other about join (singular). Probably just a typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7d5aa5..be339e2 100644 --- a/README.md +++ b/README.md @@ -173,5 +173,5 @@ has been passionate about computer science since he was a 13-year-old, his first #### Errata * Page 82 (Dropping databases, first paragraph): **to drop a table** _should be_ **to drop a database** * Page 581 (Section 5, heading): **The PostegreSQL System** _should be_ **The PostgreSQL System** - +* Page 119 (Using LEFT JOINS, first information paragraph): **and all the records from the right table (table2).** _should be_ **and all the records from the right table (table2) that match the left table (table1)**