|
Hi,
Scenario:
Table 1 contains:
event_id
event_name
event_type
Table 2 contains:
event_meals
event_drinks
event_accesories
Table 3 contains:
event_tables
event_flowers
event_chairs
How do I go about making sure that these three tables are linked with each other so when I do a search for a specific date's event it will show me all the information out of both tables for that spesific event?
Could someone please explain to me how to link multiple tables with each other?
Thank You
|