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 a data dictionary and how can it be created?
How to define a procedure inside another procedure?
How to test null values?
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
How much memory your 10g xe server is using?
how to handle exceptions in post production
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
How to create id with auto_increment on oracle?
Explain database link?
How to use like conditions in oracle?
What is Reduced List of Values?
How to open a cursor variable?
Can we connect to ORACLE db using Windows Authentication?
How to connect ms access to oracle servers?
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??