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
Are pl sql variables case sensitive?
Explain aggregate functions are available there in sql?
What are the methods of filing?
List the ways to get the count of records in a table?
What is a temporal data type?
How many joins can you have in sql?
How to display Row Number with Records in Oracle SQL Plus?
Does sql backup shrink transaction log?
What is the difference among union, minus and intersect?
What is the difference between the sql*loader and import utilities? : aql loader
Is join an inner join?
Do stored procedures prevent sql injection?
What is difference sql and mysql?
What are the disadvantages of file system?
What is vector point function?