Mile-O
Back once again...
- Local time
- Today, 08:53
- Joined
- Dec 10, 2002
- Messages
- 11,316
Because:
Bookings: can have many people
People: can appear on many bookings (from what I've read)
Therefore you have a many-to-many relationship which can only be simulated with a junction table; hence PersonsToBookings. And it's in this table that the Delegate's ID is assigned.
Bookings: can have many people
People: can appear on many bookings (from what I've read)
Therefore you have a many-to-many relationship which can only be simulated with a junction table; hence PersonsToBookings. And it's in this table that the Delegate's ID is assigned.