find out the second highest salary?
Answer Posted / amulya kumar panda
select max(salary) from employee where
salary<(select max(salary) from employee)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain oracle insert into command?
if you ctreate table identity
What is recycle bin in Oracle?
What is meant by an index?
How do I use os authentication with weblogic jdriver for oracle and connection pools?
Why is oracle database so popular?
how to clone 9i Database on to 10g Database.
What is partitioned table in Oracle?
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
How to define an anonymous procedure with variables?
Explain what are synonyms used for?
what is the difference between data migration and production migration.
What is the difference between substr and instr?
How to login to the server without an instance?
What is a private synonym?