Skip to content

Assignment one#1

Open
eman-nishat wants to merge 6 commits intomainfrom
assignment-one
Open

Assignment one#1
eman-nishat wants to merge 6 commits intomainfrom
assignment-one

Conversation

@eman-nishat
Copy link
Copy Markdown
Owner

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

Added queries to assignment1.sql to answer assignment questions. Added logical model comparing two tables.

What did you learn from the changes you have made?

How to write queries in SQL to explore databases.

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

No

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

No challenges.

How were these changes tested?

By running the queries 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

@niyazmnazari niyazmnazari left a comment

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. Everything looks correct. Great job!
Point: 30/30

P.S. Just a quick note, you don't need to use single quote when comparing integers. For example:
SELECT * FROM product WHERE product_id=4
Single quote used when we want to use string and character:
SELECT * FROM customer WHERE customer_first_name = 'Sofia'

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