find out the third highest salary?
Answer Posted / rajeevgeu
select rownum,salary from(select rownum r,salary from emp order by salary)where r=3;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is meant by joins?
What is difference between sid and service name in oracle?
What are the ansi data types supported in oracle?
Explain an index?
What is bulk collect in oracle?
How to add another datafile to a tablespace?
How to delete an existing row from a table in oracle?
How to execute a stored procedure in oracle?
What is the difference between the Oracle ODBC driver and a Microsoft ODBC (Open Database Connectivity) Driver?
What is data type in oracle?
How do you bind variables in oracle?
what are the default admin accounts in Oracle 10g ?
What is an oracle?
What are the different oracle database objects?
Explain an extent?