Hi Sir, I have a two tables one is employee other is dept Employees table Eid name gender salary date-details departmentId Department table DeptId deptName Query:- Find highest salary in each department wise and year wise
1. Department wise highest salary- Select d deptname,max(salary) as salary From employees as e Inner join department as d On e.deptid=d deptid Group by d.deptname 2.year wise highest salary- Select year(date) as year ,max(salary) as salary From employees as e Group by year(date)
@@ssunitech6890 Thanks for reply Sir, But Sir we need details of employee as well Max salary year wise and development wise Like I'd name gender and Max salary department wise and year wise Problem is that if select a detailes of employee and then Max and group wise then getting error So please help me out in this regard
Thank you for the content
Thanks for your appreciation
Very common interview question..
Thanks dear..
Please share to others
Hi Sir,
I have a two tables one is employee other is dept
Employees table
Eid name gender salary date-details departmentId
Department table
DeptId deptName
Query:- Find highest salary in each department wise and year wise
1. Department wise highest salary-
Select d deptname,max(salary) as salary
From employees as e
Inner join department as d
On e.deptid=d deptid
Group by d.deptname
2.year wise highest salary-
Select year(date) as year ,max(salary) as salary
From employees as e
Group by year(date)
@@ssunitech6890 Thanks for reply Sir,
But Sir we need details of employee as well Max salary year wise and development wise
Like I'd name gender and Max salary department wise and year wise
Problem is that if select a detailes of employee and then Max and group wise then getting error
So please help me out in this regard
Nice video 👌👌
Thanks
Nice
Thanks
Can we remove logging in multiple child package .
Yes you can disable that.
Is there any option is available for child package loggings deletion in a dynamic way