how to get max salary with employee number by using one select
query and max function ??
Answer Posted / suresh jp
select emp_no,max(salary) over() from table_employee;
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the 2 types of classifications of constraints in the sql server?
What is sql or structured query language?
Explain log shipping and mention its advantages.
Tell me what is difference between clustered and non clustered index?
Is it safe to delete log files?
What is the server name in sql server?
How to create a new login name in ms sql server?
Give me a SQL Query to find out the second largest company?
What is a subquery in a select query statement in ms sql server?
What happens to a statement batch if there is a compilation error?
List the various tools available for performance tuning?
What is the maximum size of a row in sql server?
What does nvl stand for?
How to change parameter value inside the report?
Explain the difference between primary keys and foreign keys?