Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)
Added 1. a partial logic model for the farmer's market database, 2. personal reflection on some values embedded in a data system I've used in my research analysis, and 3. SQL code to query the farmer's market database.
What did you learn from the changes you have made?
Mostly, the need to test code as I generate SQL queries.
Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
I needed to build the query from the inside out and frequently refer to the live coding examples to generate the SQL syntax correctly.
Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
For the final SQL query question, I had to search online for information on how to use the VALUES command. I also had to consider using semi-colons more carefully to execute the SQL code in stages correctly.
How were these changes tested?
Wherever possible, I tested sections of the code to ensure they ran correctly before running an entire query. As a final step, I check the query output against the .db files and my expectations for what the output should be.
A reference to a related issue in your repository (if applicable)
I had a lot of difficulty sorting out how to open SQL files vs. projects, particularly between modules 2 & 3. I eventually had to give up and return to it the next morning to figure out how to keep both the database file and the SQL files open in the same SQLite session.
Checklist