I want to return the name of those persons who have the highest salary city-wise. This is my table:
I was able to print the highest salary city-wise by using the GROUP BY clause. But how to return the name of those employees also who have the highest salary. I want to return something like this:
. as these persons have the highest salary city-wise.