Open
Conversation
kelichiu
reviewed
Jan 27, 2025
|
|
||
| SELECT | ||
| vendor.*, | ||
| vendor_booth_assignments.* |
There was a problem hiding this comment.
Just one * would return all the columns from both tables.
kelichiu
suggested changes
Jan 27, 2025
kelichiu
left a comment
There was a problem hiding this comment.
Point: 26/30
Section 1: ☑️ Partial
Hi Chelsey, thank you for the extra effort to incorporate more than two tables in the diagram! The relationship between vendor and vendor_booth_assignment is not one-to-one, because a vendor can be assigned to more than one booths.
Todo:
- Since Thomas's example contains
venfor_inventoryandvendoralready, simplify the diagram to just two tables—vendor_booth_assignmentandbooth
Section 2: ✅ Complete
Section 3: ✅ Complete
Section 4: ✅ Complete
"Social structures are further reinforced by data systems in subtle but significant ways." This sentence really captures the essence of the article. Thank you for the thoughtful and brilliant reflection, I am more than impressed.
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)
Completed section 2 and 3 of the assignment
What did you learn from the changes you have made?
I leaned about different commands in SQL
Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
none
Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
no
How were these changes tested?
All code was tested in DB browser to ensure it functioned as expected.
A reference to a related issue in your repository (if applicable)
N/A
Checklist