Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Database This has t o b e i n a n excel sheet Create 5 tabs and name each accordingly ( i . e .

Database This has tobeinan excel sheet
Create 5 tabs and
name each accordingly (i.e. Q3_1, Q3_2, Q3_3, Q3_4, Q3_5.). Paste a screen shot of your
relational algebraic expression into cell A1.
todo:
Create relational algebra expressions using the tool at RelaX - relational algebra calculator
(dbis-uibk.github.io) We will use the Franklin University Employee Dataset.
Create the relational algebra expressions for the following
1) Provide a list of DEPARTMENT where Dname =Research
2)Provide a list of EMPLOYEE where Dno =5
3) 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
4)Provide a list of EMPLOYEEs and their DEPENDENTs. You should include the following data
elements ONLY:
FNAME
Minit
Lname
Ssn,
Bdate
Dependent_name
Dependent Relatiionship
Dependent Bdate
Dependent Sex
HINT: You will need to use the cross apply and then a natural join operator
5)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

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

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 Development For Dummies

Authors: Allen G. Taylor

1st Edition

978-0764507526

More Books

Students also viewed these Databases questions