Find out the 3rd highest salary?
Answer Posted / sachin
select distinct(sal) from employee order by sal desc limit 2,1;
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Does sql*plus have a pl/sql engine?
What is %type in sql?
What is pl sql variable?
What is rowid in sql?
What is dml statement?
Explain the uses of database trigger.
give the syntax of grant and revoke commands? : Sql dba
Explain select statements in sql?
How to raise user-defined exception with custom sqlerrm ?
How do I run pl sql in sql developer?
What is compound trigger?
What are the differences between in and exists clause?
Name the different types of indexes in sql and define them.
How do I run a sql script?
What is break?