how to find the second highest salary from emp table?
Answer Posted / sreenadh 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
Is hadoop a nosql?
Does sap use sql?
Which table is left in join?
What is auto increment in sql?
Can we use two order by clause in query?
What is the use of partition by in sql?
Is left join same as join?
what happens if you no create privilege in a database? : Sql dba
What is the difference between an inner and outer join?
What is right join in sql?
What are the operators used in select statements?
Can you join a table to itself?
Does mysql_real_escape_string prevent sql injection?
What are two statement types in sql?
How do I remove duplicates in two columns?