find out the second highest salary?
Answer Posted / subash
select sal from emp e
where 2=(select count(distinct sal) from emp b where
b.sal>e.sal)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is archive log in Oracle?
How to write numeric literals in oracle?
How to use "for" statements in oracle?
What are the components of logical database structure in oracle database?
How index is implemented in oracle database?
How remove data files before opening a database?
How to connect to oracle using service name instead of sid?
What is a oracle database?
How do I use os authentication with weblogic jdriver for oracle and connection pools?
what are the advantages of running a database in archive log mode?
how to clone 9i Database on to 10g Database.
Explain the difference between a procedure and a function?
How do I uninstall oracle client from windows?
How to create an oracle database?
Explain how are indexes update?