Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2. Find the total percentage of time assigned to employee Abe Advice. Solve it two ways: A) using only WHERE-based join (i.e., no INNER/OUTER/CROSS JOIN)

2. Find the total percentage of time assigned to employee Abe Advice. Solve it two ways: A) using only WHERE-based join (i.e., no INNER/OUTER/CROSS JOIN) and 2) using some form of JOIN.

3. Find the descriptions of all projects that require more than 70% of an employees time. Solve it two ways: A) using only WHERE-based join (i.e., no INNER/OUTER/CROSS JOIN) B) using some form of JOIN.

4. For each employee ID, find the last name of all employees making more money than that employee. Solve it two ways: A) using only WHERE-based join (i.e., no INNER/OUTER/CROSS JOIN) B) using some form of JOIN.

5. Rank the projects by revenue. Solve it two ways: A) using only WHERE-based join (i.e., no INNER/OUTER/CROSS JOIN) B) using some form of JOIN

image text in transcribed

24 Chapter l: Databasics projects departments code ? -| projectid deptcodeEK name description managerid FK startdate | ?subdeptof eFK workson projectidrevenue employeeidx assignedtime enddate employees ? employeed? firstname lastname deptcode K salary Figure 1.5: Schema for the Employees Database

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

Advances In Databases And Information Systems Uropean Conference Adbis 2020 Lyon France August 25 27 2020 Proceedings Lncs 12245

Authors: Jerome Darmont ,Boris Novikov ,Robert Wrembel

1st Edition

3030548317, 978-3030548315

More Books

Students also viewed these Databases questions