Answer Posted / sandeep
select * from (select ename,sal,rank() over(order by sal desc) as ranks from emp)
where ranks=2;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What happens if the imported table already exists?
Explain the truncate in oracle?
How can you use check constraints for self referential integrity?
How to start your 10g xe server from command line?
What is the usage of save points in oracle database?
What is the difference between hot backup and cold backup in oracle? Tell about their benefits also.
State the difference between a primary key and foreign key?
How does Oracle guarantee data integrity of data changes?
Is postgres faster than oracle?
What are group functions in oracle?
Can we store images in oracle database?
What is the difference between the Oracle ODBC driver and a Microsoft ODBC (Open Database Connectivity) Driver?
How to get the Installed Oracle Version Information ?
How to convert csv to table in oracle?
Give the various exception types.