From 9bb29a0644adbc3d26b415858477437185c45665 Mon Sep 17 00:00:00 2001 From: drsjford <79376938+drsjford@users.noreply.github.com> Date: Mon, 23 Aug 2021 10:51:07 +0100 Subject: [PATCH] Update 00-sql-introduction.md datacarpentries #250 contained the following comments: The lesson includes two Objectives (Select, group, add to, an analyze subsets of data, and Combine data across multiple tables) which are not covered in this lesson, and should be removed. These two objectoves have been removed. (Checkout) --- episodes/00-sql-introduction.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/episodes/00-sql-introduction.md b/episodes/00-sql-introduction.md index faa42029..c7170e07 100644 --- a/episodes/00-sql-introduction.md +++ b/episodes/00-sql-introduction.md @@ -9,8 +9,6 @@ objectives: - "Describe why relational databases are useful." - "Create and populate a database from a text file." - "Define SQLite data types." -- "Select, group, add to, and analyze subsets of data." -- "Combine data across multiple tables." keypoints: - "SQL allows us to select and group subsets of data, do math and other calculations, and combine data." - "A relational database is made up of tables which are related to each other by shared keys."