How to Select second Maximum salary in a Table ?
Answer Posted / ranjini
select max(salary) from employee not exists (select
max(salary)from employee)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to use windows user to connect to the server?
How do I start tns listener?
What is the relation of a user account and a schema?
What is transaction control statement and how many types of transaction control statement in Oracle?
How to use "while" statements in oracle?
What is the relationship among database, tablespace and data file?
What is the difference between postgresql and oracle?
What are the four Oracle system processes that must always be up and running for the database to be useable?
Explain the use of record length option in exp command.
What is the recommended interval at which to run statspack snapshots, and why?
How to select some columns from a table in oracle?
Explain how are indexes update?
How to check the server version in oracle?
How many memory layers are in the oracle shared pool?
How to select all columns of all rows from a table in oracle?