Assignment two#2
Open
SereneMousaoui wants to merge 12 commits intomainfrom
Open
Conversation
Owner
Author
|
Please note that there are 2 .png files for the logical models. Bookstore_logical_model_SM.png is for Section 1, Prompt 1. Bookstore_logical_model_prompt2_SM.png is for Section 1, Prompt 2. |
|
Great attempt, reviewed. Try to play with git flows to better understand how does it work. |
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.
What changes are you trying to make? (e.g., adding or removing code, refactoring existing code, adding reports)
Adding code, markdown, and logical models
What did you learn from the changes you have made?
I learned a lot about sub-querying, improving logical models to minimize many-to-many relationships, and reflecting on AI and ethics.
Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
There were many different approaches to the possible queries for the assignment 2 SQL file. I tried to incorporate different techniques intentionally. For one query, I made a temp table, and for another, a CTE using 'with' queries. I appreciate the opportunity to practice everything we learned in class with this.
Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
YES! Especially for the last few queries. Getting it to output what I wanted and finding out where to start. I used a lot of googling and asking for advice from my SQL-professional friends.
How were these changes tested?
I tested directly in SQL
A reference to a related issue in your repository (if applicable)
NA
Checklist