7) Hotel Management System ER Diagram:
+-------------+
| Guest |
+-------------+
| guest_id (PK)|
| name |
| email |
| address |
+-------------+
|
|
+---------+---------+
| |
+-------+-------+ +-------+-------+
| Books | | Room |
| Room | +---------------+
+---------------+ | room_id (PK) |
| booking_id (PK)| | type |
| guest_id (FK) | | capacity |
| room_id (FK) | | status |
| check_in_date | +---------------+
| check_out_date |
+---------------+
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