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
Mention what is the function that is used to transfer a pl/sql table log to a database table?
How is sql used in oracle?
Is sql better than excel?
how can we take a backup of a mysql table and how can we restore it. ? : Sql dba
What is a loop in sql?
What is prepared statement in sql?
State few characteristics of pl/sql?
How do you drop a trigger?
How do you go back in sql?
What is difference between cursor and trigger?
how to fetch common records from two tables? : Sql dba
What is relationship? How many types of relationship are there?
how to drop an existing index in mysql? : Sql dba
What is benefit of creating memory optimized table?
What is trigger explain with example?