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
Define the select into statement.
What are pl/sql cursors?
Does normalization improve performance?
What is the purpose of a sql?
What is difference between my sql and sql?
What is sql procedures and functions?
what are the drivers in mysql? : Sql dba
What is sql rowcount?
What is oracle sql called?
How many types of primary keys are there?
Differentiate between pl/sql and sql?
What is %type in sql?
How does rowid help in running a query faster?
What is a string data type in sql?
What is type and rowtype in pl sql?