I have a mysql database with the following tables.
Excursion Table
Excursion ID | Port ID | Excursion Name
Bookings Table
Booking ID | User ID | Excursion ID | Number of People | Event Date
I want to be able to create a view, like the diagram below when given a certain UserID from the bookings table.
Booking ID | Excursion Name | Excursion ID | Number of People