id | first_name | last_name | |
---|---|---|---|
1 | John | Doe | john.doe@example.com |
2 | Jane | Smith | jane.smith@example.com |
3 | Mike | Brown | mike.brown@example.com |
4 | Emily | Green | emily.green@example.com |
5 | David | Black | david.black@example.com |
room_id | guest_id | beach_id |
---|---|---|
(→ Guests.id) | (→ Beaches.id) | |
1 | 1 | 1 |
2 | 2 | 3 |
3 | 3 | 1 |
4 | 4 | 2 |
5 | 5 | 1 |
amenity_id | amenity_type | room_id |
---|---|---|
(→ Rooms.room_id) | ||
1 | Beach Club | 1 |
2 | Beach Club | 2 |
3 | Watersports Rental | 1 |
4 | Watersports Rental | 3 |
5 | Swimming Pool | 4 |
id | name | description |
---|---|---|
1 | White Sands Beach | This beach has white sand and clear blue waters. |
2 | Sunset Beach | This beach offers beautiful sunsets. |
3 | Palm Tree Beach | Lined with palm trees, this beach provides shade and relaxation. |
4 | Coral Reef Beach | Known for its coral reefs, this beach is perfect for snorkeling. |
5 | Surfing Beach | With big waves, this beach is ideal for surfing enthusiasts. |