Write a query to display each department's name, location (Name of the City), number of employees, and the average salary for all employees in that department. Label the columns Name, Location, Number...


Write a query to display each department's name, location (Name of the City), number of employees, and the<br>average salary for all employees in that department. Label the columns Name, Location, Number of People,<br>and Salary, respectively. Round the average salary to two decimal places.<br>Name<br>Location<br>Number of People<br>Salary<br>Administration Seattle<br>4400.00<br>Marketing<br>Toronto<br>2<br>9500.00<br>Shipping<br>South San Francisco<br>5<br>3500.00<br>IT<br>Southlake<br>3<br>6400.00<br>Sales<br>Oxford<br>3<br>10033.33<br>Executive<br>Seattle<br>4<br>24875.00<br>Accounting<br>Seattle<br>10150.00<br>Contracting<br>Seattle<br>NULL<br>

Extracted text: Write a query to display each department's name, location (Name of the City), number of employees, and the average salary for all employees in that department. Label the columns Name, Location, Number of People, and Salary, respectively. Round the average salary to two decimal places. Name Location Number of People Salary Administration Seattle 4400.00 Marketing Toronto 2 9500.00 Shipping South San Francisco 5 3500.00 IT Southlake 3 6400.00 Sales Oxford 3 10033.33 Executive Seattle 4 24875.00 Accounting Seattle 10150.00 Contracting Seattle NULL

Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here