Skip to content

Assignment one#1

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

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

Conversation

@greergillies
Copy link
Copy Markdown
Owner

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

updated the .md and .sql files for assignment 1

What did you learn from the changes you have made?

basic sql commands and database structures

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

nope

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

nope

How were these changes tested?

they run locally

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

Checklist

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

ON cp.customer_id = c.customer_id
GROUP BY c.customer_id
HAVING total_spend > 2000;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Sort the data by the criteria specified in the question

Copy link
Copy Markdown

@kelichiu kelichiu left a comment

Choose a reason for hiding this comment

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

Point: 29/30

Section 1: ✅ Complete

Section 2: ✅ Complete

Section 3: ☑️ Partial

Aggregate Question 2

Todo:

  • Sort the data by the criteria specified in the question

Section 4: ✅ Complete

fixed missing line of code (line 110)
Copy link
Copy Markdown

@kelichiu kelichiu left a comment

Choose a reason for hiding this comment

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

Second assessment point: 30/30

Section 1: ✅ Complete

Section 2: ✅ Complete

Section 3: ✅ Complete

Section 4: ✅ Complete

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