1 ERD
Fri Jun 07 2024 19:15:27 GMT+0000 (Coordinated Universal Time)
Saved by
@exam123
+-------------+
| Customer |
+-------------+
| customer_id (PK)
| name
| email
| address
+-------------+
|
|
+---------+---------+
| |
+-------+-------+ +-------+-------+
| Places | | Book |
| Order | +---------------+
+---------------+ | book_id (PK) |
| order_id (PK) | | title |
| customer_id (FK)| | author |
| order_date | | price |
| status | | publication_date|
+---------------+ | genre |
+---------------+
|
|
+-----------+-----------+
| |
+-------+-------+ +-----------+-------+
| Contains | | Written_by |
+---------------+ +------------------+
| order_id (FK) | | author_id (PK) |
| book_id (FK) | | name |
| quantity | | country |
+---------------+ +------------------+
content_copyCOPY
Comments