From 13b558e8864cf216ca1729073ff2806cfff785ec Mon Sep 17 00:00:00 2001 From: S'busiso Mkhondwane Date: Fri, 22 Jul 2016 18:25:43 +0200 Subject: [PATCH] Update relational-data.Rmd (#132) On the Lahman package, the table name is Salaries. --- relational-data.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relational-data.Rmd b/relational-data.Rmd index 5174052..c5fe92a 100644 --- a/relational-data.Rmd +++ b/relational-data.Rmd @@ -143,7 +143,7 @@ A primary key and the corresponding foreign key in another table form a __relati 1. `fueleconomy::vehicles` 1. Draw a diagram illustrating the connections between the `Batting`, - `Master`, and `Salary` tables in the Lahman package. Draw another diagram + `Master`, and `Salaries` tables in the Lahman package. Draw another diagram that shows the relationship between `Master`, `Managers`, `AwardsManagers`. How would you characterise the relationship between the `Batting`,