how to check the 3rd max salary from an employee table?
Answer Posted / srinivas
select max(sal) from emp where sal<(select max(sal) from emp where sal<(select max(sal) from emp))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are subqueries better than joins?
what are the t string functions available in tsql? : Transact sql
Can triggers stop a dml statement from executing on a table?
What is difference between hql and sql?
How does pl sql work?
What is exception? What are the types of exceptions?
Can we insert in view in sql?
What is difference between inner join and cross join?
Who is the owner of mysql database?
What is sql*loader?
What are variables in pl sql?
What is record data type?
What is the starting oracle error number? What is meant by forward declaration in functions?
What is the difference between subquery and correlated query?
What are reports usually used for?