diff --git a/00-sql-introduction.html b/00-sql-introduction.html index 6cfc5848..f8c85d9e 100644 --- a/00-sql-introduction.html +++ b/00-sql-introduction.html @@ -245,10 +245,10 @@

-
+

-

@@ -268,7 +268,7 @@

-
See all in one page +
See all in one page
@@ -344,8 +344,7 @@

Setup

throughout this lesson. See Setup for instructions on how to download the data, and also how to install DB Browser for SQLite.

-

Motivation -

+

Motivation


To start, let’s orient ourselves in our project workflow. Previously, we used Excel and OpenRefine to go from messy, human created data to cleaned, computer-readable data. Now we’re going to move to the next @@ -383,8 +382,7 @@

Questions
-

Challenge -

+

Challenge

Open each of these csv files and explore them. What information is contained in each file? Specifically, if I had the following research @@ -423,7 +421,7 @@

Goals

-

Definition: Relational Database +

Definition: Relational Database

A relational database stores data in relations made up of @@ -437,8 +435,7 @@

Definition: Relational DatabaseDatabases -

+

Databases


Why use relational databases

Using a relational database serves several purposes.

@@ -617,8 +614,7 @@

Import<

-

Challenge -

+

Challenge

  • Import the plots and species tables
@@ -751,8 +747,7 @@

SQL Data Type Quick Reference

-

Key Points -

+

Key Points

@@ -823,7 +818,7 @@

Key Points