Write a query to get 2nd maximum salary in an employee table ?
Answer Posted / nagarjuna.reddy
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
how to enter numeric values as hex numbers? : Sql dba
What is a pl/sql block?
Explain what is an index?
what is the syntax for using sql_variant_property? : Transact sql
What is parallel hint?
What is the largest value that can be stored in a byte data field?
How can you fetch first 5 characters of the string?
What is a subquery in sql?
Does db2 use sql?
Should I use mbr or gpt?
How many indexes can be created on a table in sql?
What are the usages of sql?
Can we call procedure in select statement?
What is Histogram?
Explain the select statement in sql?