Skip to content

Homework 2#2

Open
Ygong63 wants to merge 4 commits intomainfrom
homework_2
Open

Homework 2#2
Ygong63 wants to merge 4 commits intomainfrom
homework_2

Conversation

@Ygong63
Copy link
Copy Markdown
Owner

@Ygong63 Ygong63 commented May 15, 2024

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

What did you learn from the changes you have made?

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

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

How were these changes tested?

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

Checklist

  • I can confirm that my changes are working as intended

@SidraBushra
Copy link
Copy Markdown

For HW2, You missed one option of between in where query task, others good.

@Ygong63
Copy link
Copy Markdown
Owner Author

Ygong63 commented May 21, 2024

SELECT *,
quantity * cost_to_customer_per_qty AS price
FROM customer_purchases
WHERE vendor_id BETWEEN 8 AND 10;

I added my answer Using BETWEEN in Where query task , please review

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