Skip to content

Commit 5f9ef9e

Browse files
authored
Formatting fixes follow-up (#394)
Follow-up for #386 to fix formatting of tables and challenge.
1 parent 01aa1ef commit 5f9ef9e

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

episodes/00-sql-introduction.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ follow these instructions:
204204
#### surveys
205205

206206
| Field | Data Type | Motivation | Also in |
207-
| --- | :--- | --- | ---------------- |
207+
| :--------------- | :--------:| :----------------------------------------------- | :--------------- |
208208
| record\_id | INTEGER | Field contains numeric data | |
209209
| month | INTEGER | Allows for meaningful arithmetic and comparisons | |
210210
| day | INTEGER | Allows for meaningful arithmetic and comparisons | |
@@ -221,22 +221,27 @@ follow these instructions:
221221

222222
- Import the `plots` and `species` tables
223223

224+
::::::::::::::: solution
225+
226+
### Solution
227+
224228
#### plots
225229

226230
| Field | Data Type | Motivation | Also in |
227-
| --- | :--- | --- | ---------------- |
231+
| :--------- | :-------: | :-------------------------- | :--------------- |
228232
| plot\_id | INTEGER | Field contains numeric data | surveys |
229233
| plot\_type | TEXT | Field contains text data | |
230234

231235
#### species
232236

233-
| Field | Data Type | Motivation | Also in |
234-
| --- | :--- | --- | ---------------- |
235-
| species\_id | TEXT | Field contains text data | surveys |
236-
| genus | TEXT | Field contains text data | |
237-
| species | TEXT | Field contains text data | |
238-
| taxa | TEXT | Field contains text data | |
237+
| Field | Data Type | Motivation | Also in |
238+
| :---------- | :-------: | :------------------------- | :--------------- |
239+
| species\_id | TEXT | Field contains text data | surveys |
240+
| genus | TEXT | Field contains text data | |
241+
| species | TEXT | Field contains text data | |
242+
| taxa | TEXT | Field contains text data | |
239243

244+
:::::::::::::::::::::::::
240245

241246
::::::::::::::::::::::::::::::::::::::::::::::::::
242247

0 commit comments

Comments
 (0)