A food bank database has a Volunteer table (primary key Volu…
A food bank database has a Volunteer table (primary key VolunteerID) and an Event table (primary key EventID). Business rule: A volunteer can work at many events, and an event can have many volunteers. Which design correctly handles this relationship?
Read Details