I'd like your input on this. I have a Customer_table
with a field 'name
'. I have another table called Reservation_table
with a 'Customer_name
' field
How can I relate them in such a way that I'd see all the bookings by the specific customer?
via Sai Krishna