Skip to content

Assignment two#2

Open
Patelvidhim wants to merge 4 commits intomainfrom
assignment_two
Open

Assignment two#2
Patelvidhim wants to merge 4 commits intomainfrom
assignment_two

Conversation

@Patelvidhim
Copy link
Copy Markdown
Owner

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

l-mack

This comment was marked as resolved.

Copy link
Copy Markdown

@l-mack l-mack left a comment

Choose a reason for hiding this comment

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

Great work on your assignment, your mark is 48/70.
Please review the following notes

Prompt 2 and 3: Please complete.

Union:

Missing is the final step - using UNION to display just the highest and lowest sales dates. Remember that you need to query the ranked_sales CTE twice (once for the best day, once for the worst day) and connect them with UNION.

Also, make sure your final SELECT statements have the same number and types of columns on both sides of the UNION to make it work properly.

@Patelvidhim
Copy link
Copy Markdown
Owner Author

Hi @l-mack I have updated the query as per your suggestions. Please review it.

@l-mack
Copy link
Copy Markdown

l-mack commented May 3, 2025

Great work on assignment 2! 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