how to find the second highest salary from emp table?
Answer Posted / shiva kumar
select max(salary) from table01
where salary <(select max salary from table01)
in mainframe env
| Is This Answer Correct ? | 27 Yes | 13 No |
Post New Answer View All Answers
What are functions in sql?
how to use like conditions? : Sql dba
What is sorting in sql?
Is grant a ddl statement?
What is database migration?
Why are aggregate functions called so?
How to prepare for oracle pl sql certification?
What are different types of indexes?
what is meant by urlencode and urldocode? : Sql dba
Are views faster than queries?
What is the purpose of my sql?
Does mysql_real_escape_string prevent sql injection?
What are the indexing methods?
What are the advantages of stored procedure?
How to create an array in pl/sql?