ER 10
Fri Jun 07 2024 19:26:47 GMT+0000 (Coordinated Universal Time)
Saved by
@exam123
10) Online Medical Store ER Diagram:
+-------------+
| Customer |
+-------------+
| customer_id (PK)
| name
| email
| address
+-------------+
|
|
+---------+---------+
| |
+-------+-------+ +-------+-------+
| Places | | Product |
| Order | +---------------+
+---------------+ | product_id (PK)|
| order_id (PK) | | name |
| customer_id (FK)| | price |
| order_date | | description |
| status | +---------------+
+---------------+
|
|
+-----------+-----------+
| |
+-------+-------+ +-----------+-------+
| Contains | | Sourced_from |
+---------------+ +-------------------+
| order_id (FK) | | product_id (FK) |
| product_id (FK)| | pharmacy_id (FK) |
| quantity | +-------------------+
+---------------+
content_copyCOPY
Comments