Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Database schema below shows the relations involved in Maju Holdings system. PARTICIPANTS EVENTS ATTENDANCE STAFFS LOCATIONS TASKS (PARTID, PARTNAME, PARTPHONE, PARTEMAIL, PARTADDRESS, PARTJOB) (EVENTID,

 

 

Database schema below shows the relations involved in Maju Holdings system. PARTICIPANTS EVENTS ATTENDANCE STAFFS LOCATIONS TASKS (PARTID, PARTNAME, PARTPHONE, PARTEMAIL, PARTADDRESS, PARTJOB) (EVENTID, EVENTNAME, EVENTBUDGET, EVENTHEME) (ATTID, ATTDATE, EVENTID, PARTID) (STAFFID, STAFFNAME, STAFFADDRESS, STAFFPHONE, STAFFEMAIL, STAFFPOSITION, STAFFSALARY) (LOCID, LOCNAME, LOCSIZEAREA, LOCADDRESS) (STAFFID, EVENTID, LOCID, LEADERID, TASKDESCRIPTION, TASKDATE) Each year, Maju Holdings will organize few events for public to attend and gain new knowledge. Each event is led by a staff. There are a lot of other staffs who will be given different tasks to handle the event. The event can be held at many different locations depending on the availability of the location. The attendance for the participants is recorded for future use by the company. The default date format is DD-Mon-YYYY. 2. Retrieve these data with SQL and Relational Algebra. a) List the name of the leaders and event name that they have managed. (3 marks)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Based on the given information the relationships and attributes can be mapped to a database schema a... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database System Concepts

Authors: Abraham Silberschatz, Henry F. Korth, S. Sudarshan

7th Edition

0078022150, 978-0078022159

More Books

Students also viewed these Databases questions