Answered step by step
Verified Expert Solution
Question
1 Approved Answer
QUESTION 12 1. Given the following schema where primary keys are underlined and foreign keys are marked with #, express in Relational Algebra the queries
QUESTION 12 1. Given the following schema where primary keys are underlined and foreign keys are marked with #, express in Relational Algebra the queries below: Employee (employeeNo, empName, job Title) Project (projectID, projectName, sponsor, start Year, endYear) WorkedOn (#employeeNo, #projectID, year, month, noHours) a) List the names of employees whose job Title is "database designer". [1 mark] b) List the details of the projects, which are sponsored by "Petrofac". [1 mark] c) List the names of the projects on which the employee number 100 is working. [1 mark]
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started