![image](https://private-user-images.githubusercontent.com/40146694/267367776-5d0c1656-b43f-4082-b1d9-3a92578dbe04.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMzY3OTEsIm5iZiI6MTczOTEzNjQ5MSwicGF0aCI6Ii80MDE0NjY5NC8yNjczNjc3NzYtNWQwYzE2NTYtYjQzZi00MDgyLWIxZDktM2E5MjU3OGRiZTA0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDIxMjgxMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTUxZjMzMzI5YjdkZDI3YzNmMjMwNmIxNjhmOGE3OGVlM2MwMThiYThjNjk5NWUwMTY2N2M2NzI1Mzg4NDQ3NmEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0._FmWjrSIgsCNhXNCZUxOCNJ1aVo9IzG-6Q9npnbLLyo)
The objective of this project is to develop a database management system for a retail business to manage customer information, product details, order history, and wishlist. The database will be designed using SQL and the implementation will include creating tables, triggers, indexes, views, and constraints. The project scope includes creating the necessary scripts to create the database and manage the schema using SQL.
- An order can contain multiple order items
- An order item can belong to only one order.
- A customer can place multiple orders.
- Each order is placed by only one customer.
- A customer can create and save multiple Wishlist
- Each Wishlist is saved by only one customer.
- Each Wishlist can hold multiple products
- A product can be held in multiple Wishlist.
- An article can describe multiple product
- A product can be described by only one article..
- Order Items consists of only one Product
- A Product can be in multiple order items.