how to find the second highest salary from emp table?
Answer Posted / pradeep
select sal from emp
where rownum=2
order by sal desc
| Is This Answer Correct ? | 10 Yes | 50 No |
Post New Answer View All Answers
What are database links used for?
In pl/sql, what is bulk binding, and when/how would it help performance?
How much does sql cost?
How many sql statements are used?
How is data stored on a disk?
What is embedded sql what are its advantages?
What does the base_object_type column shows in the user.triggers data dictionary view?
Does oracle roll back the transaction on an error?
What is %type in pl sql?
How can the performance of a trigger be improved?
Explain how can you save or place your msg in a table?
What is crud diagram?
What's the difference between a primary key and a clustered index?
explain the difference between delete , truncate and drop commands? : Sql dba
How does sql developer connect to oracle database?