Find out the 3rd highest salary?
Answer Posted / jagdish
select max(sal) from emp where sal!=(select max(sal) from
emp where sal!=(select max(sal) from emp))
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many sql commands are there?
How do you pronounce sql?
How to call a javascript function from pl sql?
Explain the insert into statements in sql?
Show the two pl/sql cursor exceptions.
Why is a trigger used?
What are the ddl commands?
What is dialect in sql?
What is sql injection owasp?
Explain how exception handling is done in advance pl/sql?
What is a database trigger?
Explain what is sql?
How do you use a while loop in pl sql?
Which version of sql do I have?
How can we implement rollback or commit statement in a trigger?