Skip to content

Commit

Permalink
Update 00-sql-introduction.md
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
drsjford authored Aug 23, 2021
1 parent 4ed9c6a commit 9bb29a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions episodes/00-sql-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 9bb29a0

Please sign in to comment.