Assignment B.Sc. Computer Science: Batch 2017
Assignment B.Sc. Computer Science: Batch 2017
Supervisor
Submitted By
Select sum (salary) as 'Total Salary' , count (empid) as 'No of Employee' from Employee
Select city,Gender, sum (salary) as 'Total Salary' ,count (city) as 'No of Employee' from
Employee group by city,gender
Select gender , sum (salary) as 'Total Salary' from Employee group by Gender
Select depr, sum (salary) as 'Total Salary' from Employee group by depr
Select sum (salary) as 'Total Salary' from Employee
Select sum (salary) as 'Total Salary' ,count (empid) as 'No of Employee' from Employee
group by city