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 view means?
What problem one might face while writing log information to a data-base table in pl/sql?
What is a ddl command?
Is it mandatory for the primary key to be given a value when a new record is inserted?
what is error ora-03113: end-of-file on communication channel?
What is %rowtype in pl sql?
What is a pdo connection?
What is the difference between pl and sql?
Is sql developer case sensitive?
What does partition by mean in sql?
Does pl/sql support create command?
Sql technical questions
What is tuple in sql?
What is a function in oracle pl sql?
what are date and time data types in mysql? : Sql dba