Skip to content

SQL module Assignment 1 submission#1

Open
Cadherin wants to merge 1 commit intomainfrom
assignment-one
Open

SQL module Assignment 1 submission#1
Cadherin wants to merge 1 commit intomainfrom
assignment-one

Conversation

@Cadherin
Copy link
Copy Markdown
Owner

@Cadherin Cadherin commented Apr 5, 2026

SQL - Assignment 1

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

Added code to complete assignment 1 of the SQL module.

What did you learn from the changes you have made?

Perform various SQL querying operations using SELECT, GROUP BY, AGGREGATION, CASE, WHERE, JOIN, etc.; construct entity relationship diagram for a database.

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

N/A.

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

No challenges in the SQL operations.

How were these changes tested?

All SQL queries were tested in SQLite.

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

N/A.

Checklist

  • I can confirm that my changes are working as intended

Copy link
Copy Markdown

@anjali-deshpande-hub anjali-deshpande-hub left a comment

Choose a reason for hiding this comment

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

Well done. 29/30



SELECT *
FROM customer
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Add ORDER BY customer_last_name, customer_first_name to sort by customer_last_name, then customer_first_ name.

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