Answer Posted / madhu
to get nth higest value
SELECT EMP_NAME,EMP_SALARY
FROM EMP_TABLE
ORDER BY EMP_SALARY DESC
LIMIT n-1, 1
this is for mysql server
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain oracle instance.
Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?
Which is better Oracle or MS SQL? Why?
How can I introduce multiple conditions in like operator?
How to define an explicit cursor in oracle?
What is meant by joins? List out the types of joins.
How to create an initialization parameter file?
Explain what does a control file contain?
11. Display the client number and name and the client number and name of the person who referred that client.
How would you go about verifying the network name that the local_listener is currently using?
Explain index?
How to write a query with an inner join in oracle?
Can we connect to ORACLE db using Windows Authentication?
What is a database schema in oracle?
Can we write dml statement in function in oracle?