Emp (Eno, Ename, Title, City) Project(Pno, Pname, Budget, City) Works(Eno, Pno, Resp,  Dur) SELECT         Ename, Pname FROM            Emp e, Works w, Project p WHERE         e.Eno = w.Eno AND              e.city = p.Eno AND              p.city = Newark AND              w.Dur > 40 Given the database schema and the query above and knowing that only 1% of the employees work on a project for 40 months or more, propose an optimized query plan and discuss the indexes needed

Np Ms Office 365/Excel 2016 I Ntermed
1st Edition
ISBN:9781337508841
Author:Carey
Publisher:Carey
Chapter6: Managing Multiple Worksheets And Workbooks
Section: Chapter Questions
Problem 6RA
icon
Related questions
Question

Q3:

Emp (Eno, Ename, Title, City)

Project(Pno, Pname, Budget, City)

Works(Eno, Pno, Resp,  Dur)

SELECT         Ename, Pname

FROM            Emp e, Works w, Project p

WHERE         e.Eno = w.Eno

AND              e.city = p.Eno

AND              p.city = Newark

AND              w.Dur > 40

Given the database schema and the query above and knowing that only 1% of the employees work on a project for 40 months or more, propose an optimized query plan and discuss the indexes needed

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Transaction Processing
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage