Skip to content

Comments

Assignment_two_SQL#2

Open
SainaAliabadi wants to merge 1 commit intomainfrom
assignment_two
Open

Assignment_two_SQL#2
SainaAliabadi wants to merge 1 commit intomainfrom
assignment_two

Conversation

@SainaAliabadi
Copy link
Owner

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

Made two diagrams to answer section one, ran codes for sections 2 and 3, and wrote my thoughts about the paper for section 4.

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?

No

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

a lot, had a problem opening the file at first on my DB Browser. Had to guess and rewatched the class recordings.

How were these changes tested?

Checked my code's results with actual data in tables.

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

Checklist

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

SELECT
vp.vendor_name,
vp.product_name,
SUM(5 * vp.original_price) AS projected_revenue -- each cross-row contributes 5*price

Choose a reason for hiding this comment

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

Number 5 is abstract number

@khsergvl
Copy link

Thank you for submitting assignment 2.
The best practice is to isolate changes related to assignment within Pull request.
Mark: 70/70

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