how to find the second highest salary from emp table?
Answer Posted / vinay
select max(sal) from emp where rownum = 2;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is foreign key sql?
What is type and rowtype in pl sql?
How to order siblings in oracle hierarchy queries?
Explain about various levels of constraint.
What is example of database?
What are the three forms of normalization?
What is nosql db?
Can a table have no primary key?
How does one use sql*loader to load images, sound clips and documents? : aql loader
What is sql procedures and functions?
what are the t string functions available in tsql? : Transact sql
What are triggers and its types?
How do I turn a list into a table?
how to delete an existing column in a table? : Sql dba
What is partition by in sql?