Question

Management is concerned that some employees are not putting in sufficient work hours on assigned projects...

Management is concerned that some employees are not putting in sufficient work hours on assigned projects 1, 2, 3. List the names (last and first) of employees who worked on one of these three projects combined. Hint: compute the average hours worked on projects 1, 2, 3 in a sub query.

Homework Answers

Answer #1

Please find below query and don't forget to give a Like.

Question:

List the names (last and first) of employees who worked on one of these three projects combined

Answer:

Select Last_name,first_name from employees where project_no=1 or project_no=2 or project_no=3;

Explanation:

Since mentioned one of these 3 projects combined we took Or in where clause

Considering the hint:

Select Last_name,first_name from employees having  avg(work_hours) in

(Select avg(work_hours) from employees where project_no=1 or project_no=2 or project_no=3);

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Using the Company database in Oracle, construct SQL queries for the following (note: I will make...
Using the Company database in Oracle, construct SQL queries for the following (note: I will make the files to create and populate the Company database available on Isadore shortly): List the last name and address of managers who have a dependent with the same first name as themselves. Retrieve the names of all employees who are directly supervised by ‘Franklin Wong’. Retrieve the names of employees in the Research department who work more than 20 hours per week on the...
Employees hired to work at Z incorporated are all assigned an identification code . Each code...
Employees hired to work at Z incorporated are all assigned an identification code . Each code consists of 2 letters , followed by 3 digits, and then 1 letter : BW 204 -for example . The first letter MUST be an A, Bor C. How many codes are possible if: Both letters and numbers may not repeat ?
Consider a relation Employee which has information about employees in some company. Employee has attributes id,...
Consider a relation Employee which has information about employees in some company. Employee has attributes id, first, last, sin (social insurance number) where id and sin are the only CKs, and the FDs are: idfirst idlast sinfirst sinlast idsin sinid Employee Table ID First Last SIN 1 Jim Jones 111222333 2 Betty Smith 333333333 3 Jim Smith 456789012 4 Lee Mann 123456789 5 Samantha McDonald 987654321 Consider a relation Employee which has information about employees in some company. You need...
Prevosti Farms and Sugarhouse pays its employees according to their job classification. The following employees make...
Prevosti Farms and Sugarhouse pays its employees according to their job classification. The following employees make up Sugarhouse's staff: The departments are as follows: Department A: Agricultural Workers Department B: Office Workers The first day of work for Prevosti Farms and Sugarhouse for all employees is February 4, 2019. February 8 is the end of the first pay period and includes work completed during the week of February 4–8. Compute the employee gross pay using 35 hours as the standard...
Company x Ltd. is applying individualized costing per work, had 2 unfinished projects on 1/1/2019. Work...
Company x Ltd. is applying individualized costing per work, had 2 unfinished projects on 1/1/2019. Work A (85.000) Work B (47.000) Company allocates the general industrial cost based on machine hours. The budgeted general industrialized cost and the machine hours were expected to be: EUR 850.000 and 17.000 machine hours respectively. Company executed 3 works the first quarter. The direct cost, direct work and machine hours used are shown below. Work Direct Materials Direct Labor Machine hours A 22,000 43,000...
As a member of a management team, you are concerned with the absenteeism among​ assistants. The...
As a member of a management team, you are concerned with the absenteeism among​ assistants. The issue has been raised by your management team, who feel they often have to perform work normally done by their assistants. To get the​ facts, absenteeism data were gathered for the last three​ weeks, which is considered a representative period for future conditions. After taking random samples of 65 personnel files each​ day, the following data were​ produced:                                                                                                                                         Day Assistants Absent Day Assistants...
                        Anderson Family Steakhouse offers a variety of low-cost meals and quick service. Other than management,...
                        Anderson Family Steakhouse offers a variety of low-cost meals and quick service. Other than management, the Steakhouse operates with full time employees work 8 hrs/ day. The rest of employees are part time employees who are scheduled for 4 hrs shifts during peak meal times. On the Saturdays the Steakhouse is open from 11:00AM to10:00PM management want to develop a schedule for part time employees that will minimize labor cost and provide excellent customer service. The average wage rate...
Prevosti Farms and Sugarhouse pays its employees according to their job classification. The following employees make...
Prevosti Farms and Sugarhouse pays its employees according to their job classification. The following employees make up Sugarhouse's staff: Employee Number Name and Address Payroll information A-Mille Thomas Millen Hire Date: 2-1-2019 1022 Forest School Rd DOB: 12-16-1982 Woodstock, VT 05001 Position: Production Manager 802-478-5055 PT/FT: FT, exempt SSN: 031-11-3456 No. of Exemptions: 4 401(k) deduction: 3% M/S: M Pay Rate: $35,000/year A-Towle Avery Towle Hire Date: 2-1-2019 4011 Route 100 DOB: 7-14-1991 Plymouth, VT 05102 Position: Production Worker 802-967-5873...
You are a manager of a division of a company that is responsible for the final...
You are a manager of a division of a company that is responsible for the final assembly of two computer products, modems and keyboards. You manage two employees, Julio and Chenyu, who each work 8 hours per day. Currently you have assigned both Julio and Chenyu to spend the first 7 hours of the day assembling keyboards and the last hour assembling modems. Julio can assemble 2 modems per hour and 14 keyboards per hour. Chenyu is more highly skilled...
Payroll Management System C++ The project has multiple classes and sub-classes with numerous features within them....
Payroll Management System C++ The project has multiple classes and sub-classes with numerous features within them. Basic operations users can perform via this program project that are based on file handling are adding new employee record, modifying employee record and deleting record, displaying one or all employee’s record. Besides these, payroll management also allows users to print the salary slip for a particular employee. Features: 1. Addition of New Employee: You can find this feature under the public category of...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT