Beneficiary beneficiary_id INT, Primary Key, Auto Increment
name VARCHAR(255) description TEXT contact_info VARCHAR(255) Description Unique identifier for the charitable organization Name of the charitable organization Mission statement of the organization Contact information for the organization
Unique identifier for the event
Name of the event Description of the event Date of the event Location of the event References CharitableOrganization(organization_id)
Unique identifier for the committee member
References Event(event_id) Role of the committee member Name of the committee member Contact information for the committee member
Unique identifier for the sponsor
References Event(event_id) Name of the sponsor Type of sponsorship (financial or in-kind) Description of the sponsor's contribution
Unique identifier for the donor
References Event(event_id) Name of the donor Amount of the donation Contact information for the donor
Unique identifier for the volunteer
References Event(event_id) Name of the volunteer Role of the volunteer Contact information for the volunteer
Unique identifier for the attendee
References Event(event_id) Name of the attendee Type of ticket purchased by the attendee Contact information for the attendee
Unique identifier for the beneficiary
Name of the beneficiary Description of the beneficiary Contact information for the beneficiary