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
Is it possible to have clustered index on separate drive from original table location?
How to join two tables in a single query in ms sql server?
Explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
What is the purpose of update statistics and scope_identity() function?
What do you mean by a dependent functionality in a build?
System requirements for sql server 2005 express edition?
What do you understand by integration services in sql server?
What gets stored inside msdb database?
Do you know exporting and importing utility?
What is a bit datatype?
What is database isolation in sql server? : sql server database administration
what are candidate key, alternate key and composite key? : Sql server database administration
Why use view instead of a table?
What is the difference between system objects and user objects?
Explain a join?