sql - what is the query to return Name and Salary of employee Having Max Salary -


  1. What is the maximum salary for employee's name and salary?

  )  

Note that if more than one employee has maximum salary then it will return more than one line


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -