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 is data manipulation language? : Sql dba
how to calculate the difference between two dates? : Sql dba
What is error ora-01000: maximum open cursors exceeded
How is indexing done in search engines?
What are the subsets of sql?
Why sql query is slow?
What is the difference between sum and count in sql?
What is the difference between view and stored procedure?
tell me about various levels of constraint. : Sql dba
Is inner join same as self join?
What is trigger and types?
What is field delimiter?
How do you update f as m and m as f from the below table testtable?
How to select unique records from a table?
What is mdb stand for?