Skip to content

adding assignment 1 files#1

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

adding assignment 1 files#1
ecervinka wants to merge 1 commit intomainfrom
assignment-one

Conversation

@ecervinka
Copy link
Copy Markdown
Owner

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

submitting assignment one for SQL module

What did you learn from the changes you have made?

that I need to save a backup of my files

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?

saving and overwriting things as I pulled changes from the main branch

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

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

Section 1: The the cardinality of relationship for vendor_id field between vendor_booth_assignments and customer_purchases tables in many-to-many instead of 1-to-many. Its foreign key in both the tables.

product_name,
CASE WHEN product_qty_type = 'unit' THEN 'unit'
ELSE 'bulk'
END as prod_qty_type
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Column name should be prod_qty_type_condensed

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