Answer Posted / satish prajapati
select min(sal) from (select
sal from emp order by sal
desc) where rownum <= 3
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Can we want to pass a parameter payroll_id to this external pl/sql function, how do we do it?
What is lookup table in sql?
Is sql microsoft?
What is the use of index in sql?
What is the file extension for sql database?
What are views in sql?
What is the difference between inner join and outer join?
what is a cursor? : Sql dba
what are the differences among rownum, rank and dense_rank? : Sql dba
What is substitution variable?
What is sqlca in powerbuilder?
what is a stored procedure? : Sql dba
Explain what is table in a database?
Which is better stored procedure or query?
What are database links used for?