Answer Posted / uday kiran
Its is like Nth highest salary.....
Select * from Employee where salary =
(Select max(Salary) from Employee where salary < (Select max
(Salary) from Employee where
Salary<(Select max(Salary) from Employee where
Salary <…………………………………………… N
| Is This Answer Correct ? | 15 Yes | 10 No |
Post New Answer View All Answers
What do you understand by exception handling in pl/sql?
What are the sql versions?
What is schema in sql example?
Which table is left in left join?
When can we use the where clause and the having clause?
What is percent sign in sql?
Can we use views in stored procedure?
What does trigger mean in slang?
Does sql support programming?
How many scalar data types are supported in pl/sql?
How can we debug in PL/SQL?
What are different types of statements supported by sql?
What is write ahead logging in sql server?
What is posting?
What is recursive join in sql?