Answered step by step
Verified Expert Solution
Link Copied!
Question
1 Approved Answer

Using relational algebra, list the total number of employees in each department for those departments with more than 10 employees. Create an appropriate heading for

Using relational algebra, list the total number of employees in each department for those departments with more than 10 employees. Create an appropriate heading for the columns of the results table.

The following tables form part of a Library database held in an RDBMS.

Employee (empNo, fName, lName, address, DOB, sex, position, deptNo)

Department (deptNo, deptName, mgrEmpNo)

Project (projNo, projName, deptNo)

WorksOn (empNo, projNo, dateWorked, hoursWorked)

Where

Employee contains employee details and empNo is the key.

Department contains department details and deptNo is the key, mgr No identifies the employee who is the manager of the department. There is only one manager for each department.

Project contains detailso f projects in each department and projNo is the key. No two departments can run the same project.

WorkOn contains details of the hours worked by employees on each project and empNo/projeNo/dateWorked form the key.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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_2

Step: 3

blur-text-image_3

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 Machine Performance Modeling Methodologies And Evaluation Strategies Lncs 257

Authors: Francesca Cesarini ,Silvio Salza

1st Edition

3540179429, 978-3540179429

More Books

Students explore these related Databases questions