Write a query to find second highest salary of an employee.
Answer Posted / amol londhe
Use the below Query:
Select Max(salary) from Emp
Where Max(salary) < (Select Max(salary) from emp
where emp-no=101);
| Is This Answer Correct ? | 10 Yes | 18 No |
Post New Answer View All Answers
Explain polymorphism in pl/sql.
Why do we use cursors?
Explain what is table in a database?
What does partition by mean in sql?
Describe different types of general function used in sql?
How exception is different from error?
What is a file delimiter?
What mean sql?
How does sql*loader handles newline characters in a record? : aql loader
What are the advantages of stored procedure?
Is there a 64 bit version of ssms?
Which is better join or inner query?
How do I get sql certification?
What does where 1 1 mean in sql?
what is the bond code in materialized view?