Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following relations and answer questions 1-6 using SQL. Emp (eno, ename, title, city) eno is the primary key Proj (pno, pname, budget, city)

Consider the following relations and answer questions 1-6 using SQL.

Emp (eno, ename, title, city) eno is the primary key

Proj (pno, pname, budget, city) pno is the primary key

Works (eno, pno, responsibility, duration) eno and pno are both primary key

Pay (title, salary) title is primary key

1( Find the enames of employees who work on the project named Installation.

2) Find the employees number whose salaries are above the average salary.

3) For each city, how many projects are located in that city and what is the total budget over all projects in the city?

4) Find the names of projects whose budgets are greater than the budgets of any projects located in Boca Raton.

5) Find employees enames who work on all the projects.

6) Find projects names for any project if there are more than 2 people sharing the same responsibility.

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

SQL Antipatterns Avoiding The Pitfalls Of Database Programming

Authors: Bill Karwin

1st Edition

1680508989, 978-1680508987

More Books

Students also viewed these Databases questions

Question

=+multiplicity 1). If A + 1, then |A| Answered: 1 week ago

Answered: 1 week ago