how to find the second highest salary from emp table?
Answer Posted / dinesh
select * from emp order by sal desc limit 1,1
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How do I add a primary key to a table?
What is a recursive join sql?
Which normal form is best?
How do I remove sql plus from windows 10?
Are null values same as that of zero or a blank space?
What are sql ddl commands?
Is sql microsoft?
How do I access sql anywhere database?
what is the functionality of the function htmlentities? : Sql dba
What is cursor status?
How to set up sql*plus output format in oracle?
How do I view a table in sql?
Does sql view stored data?
What do you mean by “trigger” in sql?
Which one is better subquery or joins?