Write a query to get 2nd maximum salary in an employee table ?
Answer Posted / pramod majhi
select max(salary) from employees where salary<(select
max(salary) from employees);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is meant by urlencode and urldocode? : Sql dba
What are the datatypes available in pl/sql ?
what are the security recommendations while using mysql? : Sql dba
Can we write ddl statements in functions?
What sql does db2 use?
What is numeric function sql?
how would concatenate strings in mysql? : Sql dba
What is interval partition?
what is an extent ? : Sql dba
What is exception? What are the types of exceptions?
How do you modify a table in sql?
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
How to Execute a Package in PL/SQL.?
What are character functions in sql?
Why we use pl sql?