Find out the 3rd highest salary?
Answer Posted / divya c
Select max(sal) from emp
where sal<(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 it possible to create the following trigger: before or after update trigger for each row?
How insert into statements in sql?
What are different types of statements supported by sql?
What is percent sign in sql?
how to create a new table in mysql? : Sql dba
what is rdbms? : Sql dba
what is the stuff function and how does it differ from the replace function? : Sql dba
Is big data nosql?
What is varchar example?
Is sql database free?
Is there a way to automate sql execution from the command-line, batch job or shell script?
Why do we use joins in sql?
What is the difference between inner join and natural join?
explain about mysql and its features. : Sql dba
What are the dml statements?