Write query to fetch second maximum salary from employee table.
Answer Posted / ritesh
select max(salary) from emptable where salary < (select max(salary) from emptable);
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How can we view last record added to a table?
How would you change old and new values in an insert, delete and update triggers?
Explain the use of online redo log files in oracle.
What is a trigger and what are its types?
What is parameterized cursor in oracle?
How to export your own schema?
What is meant by joins?
How to invoke the data pump import utility?
How to add a new column to an existing table in oracle?
What is Data Dictionary Cache in Oracle?
nw i'm doing MBA system and planning to do oracle,database management.tell me that whether it is useful r not?.refer any course for my carrier pls
What is query image?
How to bring a tablespace offline?
How to connect to the server with user account: sys?
How to store only time; not date and time?