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 do I find my oracle client driver version?
What are the extensions used by oracle reports?
Explain the use of owner option in exp command.
What are the different types of trigger and explain its various uses and functions?
How to set a transaction to be read only in oracle?
How to create an oracle database?
what is port in oracle? how is it related to database application.
What are the data types in oracle?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
What are dml statements in oracle?
How to start a specific oracle instance?
What is the relation of a user account and a schema?
What the is the diff between local index and global index. give some example.
Difference between pre-select and pre-query
What privilege is needed for a user to create indexes in oracle?