You are on page 1of 1

Part 1: SQL database

Design a database to store data for a webshop (webshop data storage) with product categories, products,
customers, orders.

Please make sure it contains the following requirements:

1. Products can be related to multiple categories.

2. Customers can have multiple orders.

3. Orders can have multiple products.

You might also like