how to find the second highest salary from emp table?
Answer Posted / amol
select MAX (sallary) from emp where sallary<=(select MAX(sallary) from emp)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to rename an existing table in mysql? : Sql dba
How to use sql*plus built-in timers?
What are views in sql?
What are the benefits of triggers?
Why do we need cursor in pl sql?
What is clustered index sql?
What kind of join is join?
What is function and procedure in pl sql?
What is the best sql course?
What is primary key sql?
How does left join work in sql?
How do I run a sql query in pgadmin 4?
Is pl sql better than sql?
What is difference between table and view?
Can delete statement be rollbacked?