how to get max salary with employee number by using one select
query and max function ??
Answer Posted / nitin sane
select Employee_name,max(Employee_Salary) over() from Employee_test;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain nested join?
Please differentiate between a local and a global temporary table?
what is a self join? : Sql server database administration
What is #temp and @table variable in SQL server?
How many replicas are maintained for each sql azure db?
How many types of attribute relationships are there? : sql server analysis services, ssas
What is a ddl statement?
What are system databases into sql server (2005/2008)?
What are group functions in query statements in ms sql server?
Explain the disadvantages of cursors?
What is the difference between online clustering and Offline clustering?
What are the character string functions supported by sql server 2005?
What are orphan records?
Difference between primary key and clustered index?
Can you import Microsoft Excel data to SSRS?