Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UofT-DSI | sql - homework 2 #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

UofT-DSI | sql - homework 2 #2

wants to merge 1 commit into from

Conversation

DmytroBolokhonov
Copy link
Owner

@DmytroBolokhonov DmytroBolokhonov commented Sep 13, 2024

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

Added queries to the homework_2.sql

What did you learn from the changes you have made?

Learned how to use queries SELECT, WHERE, CASE, JOIN, INNER JOIN

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?

I faced a challenge with constructing a query to join the vendor table and the vendor_booth_assignments table, particularly with using the aliases v. and vba. in the SELECT clause. To address this, I reviewed SQL documentation.

How were these changes tested?

The changes were testing by verifying the output in DB Browser for SQL

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

Checklist

  • I can confirm that my changes are working as intended

@DmytroBolokhonov DmytroBolokhonov changed the title Updated homework_2.sql UofT-DSI | sql - homework 2 Sep 13, 2024
Copy link

@amanda-ng518 amanda-ng518 left a comment

Choose a reason for hiding this comment

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

HW2: 8/8

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