how to find the second highest salary from emp table?
Answer Posted / pankaj kumar
SELECT filedname
FROM tablename
ORDER BY fieldname DESC
LIMIT 2 , 1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the cause of mutating table error and how can we solve it?
What are the topics in pl sql?
what is a relationship and what are they? : Sql dba
What is a temporal table?
What do you understand by case manipulation functions?
What are the advantages of indexing?
How do I view tables in sql developer?
How to prepare for oracle pl sql certification?
What is join view in sql?
how many ways we can we find the current date using mysql? : Sql dba
What is procedure in pl sql?
What are the different types of tables in sql?
Write a query to display the current date in sql?
What is user in sql?
What do you mean by table in sql?