how to get second highest salary in SQL(as/4000
Answer Posted / premchand
select max(sal) from employ where sal < select max(sal)
from employ
Is This Answer Correct ? | 34 Yes | 12 No |
Post New Answer View All Answers
Which one is better subquery or joins?
What is range partitioning?
What is sql used for?
How do you go back in sql?
What is view? Can we update view
Are there any features that are decommissioned in 11g that are not present in 11g?
Why do we need a foreign key?
What do you understand by case manipulation functions?
Is progress software supports to ( pl/sql )?
What is the maximum size of sqlite database?
Determine if oracle date is on a weekend?
Why we use pl sql?
What is the need of merge statement?
Can a procedure in a package be overloaded?
Which sql statement is used to delete data from a database?