Skip to content

Bike Shop#52

Open
yaakov1001 wants to merge 5 commits into
CPU-Code-School:mainfrom
yaakov1001:main
Open

Bike Shop#52
yaakov1001 wants to merge 5 commits into
CPU-Code-School:mainfrom
yaakov1001:main

Conversation

@yaakov1001
Copy link
Copy Markdown

@yaakov1001 yaakov1001 commented Sep 22, 2024

No description provided.

@astrohlicpu astrohlicpu self-requested a review September 23, 2024 20:36
@astrohlicpu astrohlicpu self-assigned this Sep 23, 2024
Copy link
Copy Markdown
Contributor

@astrohlicpu astrohlicpu left a comment

Choose a reason for hiding this comment

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

Very nice job. Please see comments. The reports are perfect.

Comment thread 2 table.sql Outdated
BikeColor varchar(15) not null constraint c_Shop_bike_color_cannot_be_blank check(BikeColor > ''),
DatePurchased date not null constraint c_Shop_date_purchased_must_be_on_or_after_March_1_2022 check(DatePurchased >= '03-01-2022'),
PurchasePrice decimal(6,2) not null,
NewOrUsed varchar(4) not null constraint c_Shop_new_or_used_only_allows_new_or_used check(NewOrUsed in ('new', 'used')),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

New or used can be made into a bit.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Fixed.

Comment thread 2 table.sql
Comment thread 2 table.sql Outdated
Comment thread 3 data.sql
Copy link
Copy Markdown
Contributor

@astrohlicpu astrohlicpu left a comment

Choose a reason for hiding this comment

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

Great job! Well done.

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