1.how to extract the second highest salary from emp table
having sal as a column which contains the salary of all
employee of an organisation.
Answer Posted / ramya
select max(sal) from employees where
sal < (select max(sal) from employees)
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
What is oracle datasource?
How to define an explicit cursor in oracle?
How do I use unicode codesets with the weblogic jdriver for oracle driver?
How to retrieve data from an cursor to a record?
Point the difference between translate and replace?
Explain oracle instance.
How to convert characters to dates in oracle?
What are the differences between date and timestamp in oracle?
How to create a table index?
What are data pump export and import modes?
What happens if you lost a data file?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
How to get the Installed Oracle Version Information ?
What is the maximum limit on the number of columns in a table?
Explain the use of grant option in imp command.