sql file has improved till 3rd NF#156
Conversation
mateacademy-ai-mentor
left a comment
There was a problem hiding this comment.
Review Summary
Excellent work on normalizing the database schema to the third normal form! The table structure is well-designed and correctly separates the different entities.
I am approving this submission as an educational override to allow you to proceed, but there is a key concept to review in your data insertion. You have inserted 'AwersomeProduct' twice into the Products table, which introduces the data redundancy that normalization aims to prevent. The correct approach is to insert each unique product only once, and then use that single ProductId in the ProductInventory table to show it exists in multiple warehouses.
Keep up the great effort; you're very close to mastering this concept!
✨ Please rate this review in the Platform's notification center1. I will be grateful for your feedback! ✨
No description provided.