find out the second highest salary?
Answer Posted / prem
SQL> select salary from(select salary,rownum a from(select salary from employee order by salary desc))where a=2;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is analyze command used for?
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 data locks are respected in oracle?
How many types of database triggers exist?
Will you be able to store pictures in the database?explain.
What is max rowid in oracle?
How to drop a tablespace?
How many categories of data types?
Can group functions be mixed with non-group selection fields?
How to load data from external tables to regular tables?
How to convert raw data type into text in oracle? Explain
How to resolve name conflicts between variables and columns?
Is oracle an operator?
What is a cursor in oracle?
Is insert autocommit in oracle?