From 3773ea6c963643b7b5a35e7ad94cecbf73fb0cd9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 27 Aug 2024 00:01:33 +0000 Subject: [PATCH] site deploy Auto-generated via {sandpaper} Source : 6dbed9bfb9d3590fec1608a6790db799c8b702a0 Branch : md-outputs Author : GitHub Actions Time : 2024-06-03 12:27:45 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : 9fe91d663942a821f671e1d5f40b73731a32544e Branch : main Author : maneesha <829690+maneesha@users.noreply.github.com> Time : 2024-06-03 12:27:06 +0000 Message : Remove "simply" and "just" (#371) Remove an instance of "simply" and change "just" to "only". --------- Co-authored-by: James Foster <38274066+jd-foster@users.noreply.github.com> --- 00-sql-introduction.html | 27 +++---- 01-sql-basic-queries.html | 51 +++++------- 02-sql-aggregation.html | 48 +++++------ 03-sql-joins.html | 49 +++++------ 404.html | 15 ++-- CODE_OF_CONDUCT.html | 10 +-- CONTRIBUTORS.html | 16 ++-- LICENSE.html | 19 ++--- NEWS.html | 13 ++- aio.html | 117 +++++++++------------------ assets/styles.css | 2 +- assets/styles.css.map | 2 +- discuss.html | 13 ++- images.html | 12 +-- index.html | 30 +++---- instructor-notes.html | 19 ++--- instructor/00-sql-introduction.html | 27 +++---- instructor/01-sql-basic-queries.html | 51 +++++------- instructor/02-sql-aggregation.html | 48 +++++------ instructor/03-sql-joins.html | 49 +++++------ instructor/404.html | 15 ++-- instructor/CODE_OF_CONDUCT.html | 10 +-- instructor/CONTRIBUTORS.html | 16 ++-- instructor/LICENSE.html | 19 ++--- instructor/NEWS.html | 13 ++- instructor/aio.html | 117 +++++++++------------------ instructor/discuss.html | 13 ++- instructor/images.html | 12 +-- instructor/index.html | 30 +++---- instructor/instructor-notes.html | 19 ++--- instructor/key-points.html | 12 +-- instructor/profiles.html | 12 +-- instructor/reference.html | 16 ++-- instructor/sql-cheat-sheet.html | 40 ++++----- key-points.html | 12 +-- pkgdown.yml | 2 +- profiles.html | 12 +-- reference.html | 16 ++-- sql-cheat-sheet.html | 40 ++++----- 39 files changed, 411 insertions(+), 633 deletions(-) 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