Skip to content

UofT-DSI | SQL - Assignment 1 - #1

Open
ruokun-ai wants to merge 2 commits into
mainfrom
assignment-one
Open

UofT-DSI | SQL - Assignment 1#1
ruokun-ai wants to merge 2 commits into
mainfrom
assignment-one

Conversation

@ruokun-ai

Copy link
Copy Markdown
Owner

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

Added SQL queries to meet assignment requirements, including data selection, filtering, calculated fields, CASE logic, date handling, temporary table creation, record insertion, and aggregation with GROUP BY.

What did you learn from the changes you have made?

Strengthened my ability to write SQL for data extraction, transformation, and aggregation, and gained hands-on experience with functions such as strftime().

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

Considered alternative approaches such as using date ranges (BETWEEN) instead of strftime().

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

Encountered syntax issues with INSERT and handling date functions. Resolved them by searching in stack overflow and correcting query structure.

How were these changes tested?

Executed all queries in SQLite, verified successful execution, and validated outputs against expected results.

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

N/A

Checklist

  • I can confirm that my changes are working as intended

@niyazmnazari niyazmnazari left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Thank you for submitting assignment 1. All sections are correct.
Mark: 30/30

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