Open
Conversation
Completed assignment 1 sql queries and write-up.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Completed assignment 1 sql queries and write-up.
What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)
I wrote a series of SQL queries to address business needs. I also completed a write-up regarding value systems and databases.
What did you learn from the changes you have made?
I refamiliarized myself with introductory SQL concepts. The write-up also encouraged reflection upon value systems underpinning databases.
Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
There were several different methods to write the more complex queries. I considered a variety of options. While benchmarking would probably be the most thorough approach, I instead focused on readability.
Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
I am familiar with T-SQL, so reminding myself that this course uses SQLite was a challenge.
How were these changes tested?
I ran the code using DB Browser for SQLite.
A reference to a related issue in your repository (if applicable)
Checklist