+-------------+
| 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 |
+---------------+ +------------------+
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter