Question: Fall 2 0 2 4 - Introduction to Databases Part 3 - Relational Algebra Expressions ( 2 0 pts ) Create relational algebra expressions using
Fall Introduction to Databases
Part Relational Algebra Expressions pts
Create relational algebra expressions using the tool at RelaX relational algebra calculator
dbisuibk.qithub.io We will use the Franklin University Employee Dataset.
Create the relational algebra expressions for the following.
Question pts
Provide a list of DEPARTMENT where Dname 'Research'
Question pts
Provide a list of EMPLOYEE where Dno
Question pts
Provide a list of employees in the Research Department. You must use an inner join operator
between EMPLOYEES and DEPARTMENT. You should include ONLY the EMPLOYEE columns.
Question pts
Provide a list of EMPLOYEEs and their DEPENDENTs. You should include the following data
elements ONLY:
FNAME
Minit
Lname
Ssn
Bdate
Dependentname
Dependent Relationship
Dependent Bdate
Dependent Sex
HINT: You will need to use the cross apply and then a natural join operator.
Question pts
Provide a list of EMPLOYEEs and their Managers. You should include the following data
elements ONLY:
EmployeeLastName
EmployeeFirstName,
ManagerLastName
ManagertFirstName
HINT: you will need to reference the EMPLOYEE table once as an EMPLOYEE and once as a
MANAGER.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
