Write a query to display the department name, location name, number of employees, and the average salary for all employees in that department.Label the columns dname, loc, Number of People, and Salary, respectively.Round the average salary to two decimal places. Match on deptno between the EMP and DEPT tables.
SELECT department_name as dname, location_name as loc, sum(employees) as number_of_employees, average(salary) as salary FROM Emp, Dept WHERE Emp.deptno=Dept.deptno GROUP BY department_name;
Select d.dname as Department_Name, d.loc as Location_Name, (select count(e.employee_id) from EMP e JOIN DEPT d ON e.deptno=d.deptno where e.deptno=d.deptno) as Number_of_People, (select round(avg(e.salary),2) from EMP e JOIN DEPT d ON e.deptno=d.deptno where e.deptno=d.deptno) as Average_Salary from EMP e, DEPT d where e.deptno=d.deptno group by d.dname
Select a.employeename ||' earns '||a.salary||' monthly but wants '||a.salary*3 as DreamSalaries from employeeTable a
Select a.LastName, a.hireDate, to_char(a.hiredate,'DAY') from employeeTable a order by to_char(a.hiredate,'D')
Select a.departmentname as dname, a.locationname as loc, count(*) as numberofpeople, round(avg(b.salary),2) Salary from dept a, emp b where a.deptno=b.deptno group by a.departmentname
What are your first memories of when Nepal Television Began?
निगुरो थाहा छ ??
ChatSansar.com Naya Nepal Chat
Basnet or Basnyat ??
Sajha has turned into MAGATs nest
NRN card pros and cons?
Toilet paper or water?
TPS EAD auto extended to June 2025 or just TPS?
Do nepalese really need TPS?
Biden out, Trump next president, so what’s gonna happen to TPS, termination?
Nas and The Bokas: Coming to a Night Club near you
and it begins - on Day 1 Trump will begin operations to deport millions of undocumented immigrants
मन भित्र को पत्रै पत्र!
Will MAGA really start shooting people?
Democrats are so sure Trump will win
Tourist Visa - Seeking Suggestions and Guidance
From Trump “I will revoke TPS, and deport them back to their country.”
Anybody gotten the TPS EAD extension alert notice (i797) thing? online or via post?
Nas and The Bokas: Coming to a Night Club near you
TPS Update : Jajarkot earthquake
NOTE: The opinions
here represent the opinions of the individual posters, and not of Sajha.com.
It is not possible for sajha.com to monitor all the postings, since sajha.com merely seeks to provide a cyber location for discussing ideas and concerns related to Nepal and the Nepalis. Please send an email to admin@sajha.com using a valid email address
if you want any posting to be considered for deletion. Your request will be
handled on a one to one basis. Sajha.com is a service please don't abuse it.
- Thanks.