find out the second highest salary?
Answer Posted / ananth
this is for 2nd highest sal in sql server database
select * from emp where sal=(select max(sal) from emp where
sal<(select max(sal) from emp))
Is This Answer Correct ? | 119 Yes | 13 No |
Post New Answer View All Answers
How to call a sub procedure?
What do you understand by a database object?
Difference between inner join vs where ?
WHAT IS ecc 6.0
What is bulk copy or bcp in oracle?
How to find out what oracle odbc drivers are installed?
What is a nested table?
defination of bitmap index
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
How to download oracle database 10g xe?
What is a named program unit?
What are the varoius components of physical database structure of oracle database?
Explain oracle instance.
How to change system global area (sga) in oracle?
How to get execution statistics reports on query statements?