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
Why cursor variables are easier to use than cursors?
How to select some rows from a table in oracle?
Differentiate between pre-select and pre-query?
What operating systems are supported by oracle database 10g xe?
How to connect asp pages to oracle servers?
Why do we use coalesce function in oracle?
What is catalog in Oracle?
How do I escape a reserved word in oracle?
How can we find out the current date and time in oracle?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
How can we delete duplicate rows in a table?
Explain the use of indexes option in imp command.
How to calculate date and time differences in oracle?
Name the various constraints used in oracle?
What is oracle server autotrace in oracle?