Consider the relation EMPLOYEE(Eid, Name, Did, Salary, Age, Phone). Create indexes to support the following three important queries. Describing these indexes (tree, hash, cluster, etc.) and explaining your reasons are sufficient. You do not need to write the SQL statements. SELECT E.Phone SELECT E.Name SELECT E.Did, AVG (E.Salary) FROM EMPLOYEE E FROM EMPLOYEE E FROM EMPLOYEE E WHERE E.Eid = ... some ID WHERE E.Age < 45 GROUP BY E.Did

Database Systems: Design, Implementation, & Management
11th Edition
ISBN:9781285196145
Author:Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Chapter10: Transaction Management And Concurrency Control
Section: Chapter Questions
Problem 1P
icon
Related questions
Question
Consider the relation EMPLOYEE(Eid, Name, Did, Salary, Age, Phone). Create indexes to
support the following three important queries. Describing these indexes (tree, hash, cluster, etc.) and
explaining your reasons are sufficient. You do not need to write the SQL statements.
SELECT E.Phone
SELECT E.Name
SELECT
E.Did, AVG (E.Salary)
FROM EMPLOYEE E
FROM EMPLOYEE E
FROM
EMPLOYEE E
WHERE E.Eid = . some ID
WHERE E.Age < 45
GROUP BY E.Did
Transcribed Image Text:Consider the relation EMPLOYEE(Eid, Name, Did, Salary, Age, Phone). Create indexes to support the following three important queries. Describing these indexes (tree, hash, cluster, etc.) and explaining your reasons are sufficient. You do not need to write the SQL statements. SELECT E.Phone SELECT E.Name SELECT E.Did, AVG (E.Salary) FROM EMPLOYEE E FROM EMPLOYEE E FROM EMPLOYEE E WHERE E.Eid = . some ID WHERE E.Age < 45 GROUP BY E.Did
Expert Solution
steps

Step by step

Solved in 5 steps

Blurred answer
Knowledge Booster
Intermediate SQL concepts
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
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781285196145
Author:
Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:
Cengage Learning