Find out the 3rd highest salary?
Answer Posted / sathiskumar
select min(sal) from (select top 3 salary from employee);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what are sequences
what is a foreign key ? : Sql dba
How delete all data from table in sql?
What is full join in sql?
When can we use the where clause and the having clause?
What is sql analyzer?
What are the query optimization techniques?
How do I count rows in sql query?
How can we solve sql error: ora-00904: invalid identifier?
How do you modify a column in sql?
Which type of cursor is used to execute the dml statement?
how would you enter characters as hex numbers? : Sql dba
where are cookies actually stored on the hard disk? : Sql dba
Why is a trigger used?
What are different types of tables in sql?