Skip to content

Assignment two#2

Open
anisess10 wants to merge 5 commits intomainfrom
assignment-two
Open

Assignment two#2
anisess10 wants to merge 5 commits intomainfrom
assignment-two

Conversation

@anisess10
Copy link
Copy Markdown
Owner

@anisess10 anisess10 commented Dec 23, 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?

I discovered better ways to optimize SQL queries, specifically in grouping and filtering data for more precise analysis.

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

Yes, I considered using window functions instead of subqueries for certain aggregations to simplify the query logic.

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

one challenge was structuring queries to handle scenarios like selecting the highest and lowest sales using UNION while ensuring compatibility with database limitations, such as the proper use of LIMIT within a UNION

How were these changes tested?

The changes were tested using sample data sets

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

Checklist

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

Copy link
Copy Markdown

@efantinatti efantinatti left a comment

Choose a reason for hiding this comment

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

Dear Anis Bouazra

Session 1:
1 - OK.

Session 2:
2 - OK.

Session 3:
3 - Missing the whole session. Check it out.

Final:
4 - Check the aforementioned points prior to merging your feature branch 'assignment-two' to 'main'.

Mark: 60 points.

@anisess10
Copy link
Copy Markdown
Owner Author

Dear Anis Bouazra

Session 1: 1 - OK.

Session 2: 2 - OK.

Session 3: 3 - Missing the whole session. Check it out.

Final: 4 - Check the aforementioned points prior to merging your feature branch 'assignment-two' to 'main'.

Mark: 60 points.

@efantinatti Thank you for your feedback. Somehow, my answer to part 3 was not included in my initial pull request. I have added it to the updated pull request, and I hope you can still consider it in your assessment.
Thank you!

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