Answer Posted / rohit kumar
select min(sal) from (select sal from emp order by sal
desc) where rownum <= 3
| Is This Answer Correct ? | 17 Yes | 8 No |
Post New Answer View All Answers
What is procedure in pl sql?
how to add a new column to an existing table in mysql? : Sql dba
What is right join in sql?
What do you mean by table in sql?
Is microsoft sql free?
How insert into statements in sql?
how to create a test table in your mysql server? : Sql dba
How does rowid help in running a query faster?
What is difference between joins and union?
What is string data type in sql?
What is oracle sql developer?
What is autocommit sql?
What is t-sql? : Transact sql
How can you fetch common records from two tables?
how to escape special characters in sql statements? : Sql dba