How to Select second Maximum salary in a Table ?
Answer Posted / havyas
select sal from table where rownum = 2 order by sal desc
| Is This Answer Correct ? | 1 Yes | 13 No |
Post New Answer View All Answers
How to shutdown your 10g xe server from command line?
Why use resource manager in Oracle?
How to store only time; not date and time?
What is a sub query? What are its various types?
How to convert characters to dates in oracle?
What are ddl statements in oracle?
What is oracle thin client?
Is primary key indexed by default in oracle?
What is the difference between formal parameters and actual parameters?
Explain about functional dependency and its relation with table design?
What happens to indexes if you drop a table?
How to store pictures on to the database?
State and explain about oracle instance?
What do you understand by a database object? Can you list a few of them?
What is where clause in oracle?