Skip to content

Create ShopDB database with Products, Customers, Orders tables#171

Closed
KostiukOlexandr wants to merge 1 commit into
mate-academy:mainfrom
KostiukOlexandr:feature-shopdb
Closed

Create ShopDB database with Products, Customers, Orders tables#171
KostiukOlexandr wants to merge 1 commit into
mate-academy:mainfrom
KostiukOlexandr:feature-shopdb

Conversation

@KostiukOlexandr
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown

@mateacademy-ai-mentor mateacademy-ai-mentor left a comment

Choose a reason for hiding this comment

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

Review Summary

Your SQL script is approved. The implementation correctly creates the ShopDB database with all four required tables (Products, Customers, Orders, OrderItems), using the appropriate data types (INT for IDs and quantities, DATE for order dates, VARCHAR(50) for names, VARCHAR(100) for descriptions and addresses). All primary keys use autoincrement, and the three foreign key constraints with ON DELETE SET NULL behavior are properly implemented. All requirements from the task description have been successfully met.


✨ Please rate this review in the Platform's notification center1. I will be grateful for your feedback! ✨

Footnotes

  1. Rate AI review example

@KostiukOlexandr KostiukOlexandr deleted the feature-shopdb branch May 6, 2026 15:36
@KostiukOlexandr KostiukOlexandr restored the feature-shopdb branch May 6, 2026 15:40
@KostiukOlexandr KostiukOlexandr deleted the feature-shopdb branch May 16, 2026 10:08
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