From 90368d25368a008f592efb084f4d7dc00ef599b2 Mon Sep 17 00:00:00 2001 From: James Foster Date: Tue, 31 Mar 2026 22:50:03 +1100 Subject: [PATCH] Formatting fixes follow-up for PR#386 --- episodes/00-sql-introduction.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/episodes/00-sql-introduction.md b/episodes/00-sql-introduction.md index 48efdc1c..2ca79f93 100644 --- a/episodes/00-sql-introduction.md +++ b/episodes/00-sql-introduction.md @@ -204,7 +204,7 @@ follow these instructions: #### surveys | Field | Data Type | Motivation | Also in | -| --- | :--- | --- | ---------------- | +| :--------------- | :--------:| :----------------------------------------------- | :--------------- | | record\_id | INTEGER | Field contains numeric data | | | month | INTEGER | Allows for meaningful arithmetic and comparisons | | | day | INTEGER | Allows for meaningful arithmetic and comparisons | | @@ -221,22 +221,27 @@ follow these instructions: - Import the `plots` and `species` tables +::::::::::::::: solution + +### Solution + #### plots | Field | Data Type | Motivation | Also in | -| --- | :--- | --- | ---------------- | +| :--------- | :-------: | :-------------------------- | :--------------- | | plot\_id | INTEGER | Field contains numeric data | surveys | | plot\_type | TEXT | Field contains text data | | #### species -| Field | Data Type | Motivation | Also in | -| --- | :--- | --- | ---------------- | -| species\_id | TEXT | Field contains text data | surveys | -| genus | TEXT | Field contains text data | | -| species | TEXT | Field contains text data | | -| taxa | TEXT | Field contains text data | | +| Field | Data Type | Motivation | Also in | +| :---------- | :-------: | :------------------------- | :--------------- | +| species\_id | TEXT | Field contains text data | surveys | +| genus | TEXT | Field contains text data | | +| species | TEXT | Field contains text data | | +| taxa | TEXT | Field contains text data | | +::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::::::::