Skip to content

Assignment one#1

Open
sediqabakhtiari wants to merge 3 commits intomainfrom
assignment-one
Open

Assignment one#1
sediqabakhtiari wants to merge 3 commits intomainfrom
assignment-one

Conversation

@sediqabakhtiari
Copy link
Owner

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

Inserted answers to assignment one.

What did you learn from the changes you have made?

I learned about SQL queries using SELECT, JOIN, HAVING, etc., as well as, managing my work within Git.

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

NA

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

Yes, I faced several SQL syntax errors and Git branching issues, but I finally solved them after carefully debugging them using the resources provided in the class.

How were these changes tested?

By running each SQL query in SQLite to check the output.

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

Checklist

  • I can confirm that my changes are working as intended

Copy link

@DwardEE DwardEE left a comment

Choose a reason for hiding this comment

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

Good work!

Just a minor error, in WHERE #1

You wrote:

SELECT *
FROM customer_purchases
WHERE customer_id IN (4, 9);

but it should actually be:
SELECT *
FROM customer_purchases
WHERE product_id IN (4, 9);

Just a minor mistake, so solid submission still overall.

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.

2 participants