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
How to start your 10g xe server?
What is the difference between translate and replace?
How many types of database triggers exist?
Can we write dml statement in function in oracle?
Explain the use of grant option in exp command.
How to create a temporary table in oracle?
What is the purpose of save points in oracle database?
Explain the use of grant option in imp command.
How do I spool to a csv formatted file using sqlplus?
How to use windows user to connect to the server?
How to test null values?
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
Explain compound trigger in oracle?
What is the difference between alert log file and tarce file ?
How to see free space of each tablespace?