Solution:-
select m1.name Employee from Employee m1, employee m2
where m1.managerid is not null
and m1.managerid = m2.id
and m2.managerid is null
and m1.salary>m2.salary;
A computer science portal
Solution:-
select m1.name Employee from Employee m1, employee m2
where m1.managerid is not null
and m1.managerid = m2.id
and m2.managerid is null
and m1.salary>m2.salary;
Comments are closed.
I think the admin of this website is in fact working hard in support of his site, because here every stuff is quality based data. Joye Giuseppe Ehrman
Thanks!!