find out the third highest salary?
Answer Posted / mamta
select rownum as maxsal,sal
from (select sal from emp order by sal desc)
where rownum <4
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What is hash cluster in oracle?
How we can able to import our own template (users designed MS-Word templates) which has many tabular columns; need to pass some values generate by Oracle-reports9i? Actually need to import more than 400 MS-Word templates into Oracle Reports-9i to minimize layout design in Reports.
How do we get field detail of a table?
What privilege is needed for a user to create indexes in oracle?
How to find out what oracle odbc drivers are installed?
Is primary key indexed by default in oracle?
Can we create database in oracle using command line ?
How to start a new transaction in oracle?
Is insert autocommit in oracle?
what is the dual table in oracle?
What is backup in Oracle?
When do we use group by clause in a sql query?
11. Display the client number and name and the client number and name of the person who referred that client.
What is a trace file and how is it created in oracle?
Differentiate between post-database commit and post-form commit?