Skip to content

Assignment one completed#1

Open
yitZhao21 wants to merge 4 commits intomainfrom
assignment-one
Open

Assignment one completed#1
yitZhao21 wants to merge 4 commits intomainfrom
assignment-one

Conversation

@yitZhao21
Copy link
Copy Markdown
Owner

What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

Added a diagram in the assignment 1 folder in answering section one.

What did you learn from the changes you have made?

Learning how to use basic sql queries to create tables and understand the information in the tables.

Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?

Not really.

Were there any challenges? If so, what issue(s) did you face? How did you overcome it?

Not so much about the assignment. Learning support was helpful. I just got super busy and really tried to finish the assignment on time.

How were these changes tested?

I ran the sql queires on my local laptop and see if it generates desired outcomes.

A reference to a related issue in your repository (if applicable)

Checklist

  • [YZ ] I can confirm that my changes are working as intended

mrpotatocode and others added 4 commits January 23, 2025 17:37
Add my thoughts after reading the article linked in session 4 of assignment one.
The diagram drawn for two tables in Farmer's Market database.
Completed section 2.
Copy link
Copy Markdown

@niyazmnazari niyazmnazari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for submitting Assignment 1. Everything looks correct. Great job!
Point: 30/30

P.S. Just a quick note, you don't need to use single quote when comparing integers. For example:
SELECT * FROM product WHERE product_id=4
Single quote used when we want to use string and character:
SELECT * FROM customer WHERE customer_first_name = 'Sofia'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants