Skip to content

SQL assignment1 by semiha#1

Open
semihademirbas wants to merge 2 commits intomainfrom
assignment-one
Open

SQL assignment1 by semiha#1
semihademirbas wants to merge 2 commits intomainfrom
assignment-one

Conversation

@semihademirbas
Copy link
Copy Markdown
Owner

@semihademirbas semihademirbas commented Aug 8, 2025

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

SQl Assignment 1

What did you learn from the changes you have made?

Intro to SQL

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

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

How were these changes tested?

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

Checklist

  • I can confirm that my changes are working as intended

Comment thread 05_src/sql/Assignment.sql Outdated
-- JOIN Q1
SELECT vendor_name, market_date FROM vendor
INNER JOIN vendor_booth_assignments
ON vendor.vendor_id = vendor_booth_assignments.vendor_id;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Sorting is missing. You may want to sort by vendor name and market date

Copy link
Copy Markdown

@monzchan monzchan left a comment

Choose a reason for hiding this comment

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

Please read the comment and update the answer accordingly :)

Copy link
Copy Markdown

@monzchan monzchan left a comment

Choose a reason for hiding this comment

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

Excellent!

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