how to find the second highest salary in a given table????
Answer Posted / manikandan. s
This is the nth max
SELECT salary
FROM (SELECT ROWNUM sl, salary
FROM (SELECT salary
FROM employees
GROUP BY salary
ORDER BY salary))
WHERE sl = n
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
hi friends i completed b.com 2004.i have 3y accounting exp. in manufacturing company.now i have completed oracle finance.pls suggest me how will get job in oracle.can i get job in oracle.
How to delete a column in an existing table?
What is the minimum client footprint required to connect c# to an oracle database?
What is data file?
What is Library Cache in Oracle?
How view is different from a table?
What is a synonym? What are its various types?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
How to drop a stored function?
How to convert raw data type into text in oracle? Explain
What is private procedure oracle?
What is the scope of a local variable?
What is a nvl function?
What privilege is needed for a user to insert rows to tables in another schema?
Explain the use of online redo log files in oracle.