From 328177da13aa2e5799caac1f425c2a3f93320c96 Mon Sep 17 00:00:00 2001 From: hector-mr Date: Mon, 15 Oct 2018 15:45:52 -0400 Subject: [PATCH 1/2] Added test file task 5 --- task-05/test | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 task-05/test diff --git a/task-05/test b/task-05/test new file mode 100644 index 0000000..e69de29 From 7ee82b1e7699e21253f3cd8287f6c45359c005cc Mon Sep 17 00:00:00 2001 From: hector-mr Date: Mon, 12 Nov 2018 10:13:15 -0500 Subject: [PATCH 2/2] Corrected typo in README.md --- task-08/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task-08/README.md b/task-08/README.md index 29016e4..4686b3a 100644 --- a/task-08/README.md +++ b/task-08/README.md @@ -3,7 +3,7 @@ Complete "Intermediate SQL" Lessons 1 through 9 on https://community.modeanalytics.com/sql/ ## Extension -Complete "Basic SQL" Lessons 10 through 20 on https://community.modeanalytics.com/sql/ +Complete "Intermediate SQL" Lessons 10 through 20 on https://community.modeanalytics.com/sql/ ## Food for thought - After learning intermediate SQL operations, think about how you might do [Task 4](../task-04) in pure SQL.