how to check the 3rd max salary from an employee table?
Answer Posted / manish_patil
select sal from emp_sal where rownum = 3 order by sal desc
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
How do I remove duplicates in two columns?
how to start mysql server? : Sql dba
Is primary key clustered index?
what is dbms? : Sql dba
define sql insert statement ? : Sql dba
Can delete statement be rollbacked?
What is the current version of sql?
how many tables will create when we create table, what are they? : Sql dba
What is the best sql course?
Is inner join faster than left join?
Can we rollback truncate?
What is your daily office routine?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
Is primary key always clustered index?
what are the advantages of sql ? : Sql dba