@@ -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