I am currently building a database and I am wondering the best way to do it. Basically I need to record booking information about 7 different studios.
The way this will work is that a club member will log into their account, pick the studio they want to book and then fill out a booking form. The booking will need to record their MemberID as well as the booking details.
The fields in the table will consist of: BookingID, MemberID, Studio Name, Booking Date, Booking Time.
Now do I store all 7 studios in the same table or do I have a different table for each studio? I was thinking the later mainly for reporting reasons but I am not sure if this is the best way to go about it or not.
The way this will work is that a club member will log into their account, pick the studio they want to book and then fill out a booking form. The booking will need to record their MemberID as well as the booking details.
The fields in the table will consist of: BookingID, MemberID, Studio Name, Booking Date, Booking Time.
Now do I store all 7 studios in the same table or do I have a different table for each studio? I was thinking the later mainly for reporting reasons but I am not sure if this is the best way to go about it or not.