I am having trouble setting up my relationship between three tables. I have a Meetings table with a MeetingID pk, another table for Task being assigned during the meeting with a TaskID as the pk, finally a Attendee table for listing those in attendance of the meetings with an AttendeeID pk.
For any meeting there can be several to only one person in attendance. While at that meeting several to one task may be assigned out.
Appreciate any help with this.
For any meeting there can be several to only one person in attendance. While at that meeting several to one task may be assigned out.
Appreciate any help with this.