Answer Posted / aswini
select min(sal) from (select sal from emp order by sal desc) where rownum<=100
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is compiled query?
What is difference between my sql and sql?
How insert into statements in sql?
What is percent sign in sql?
Can a select statement fire a trigger?
What is mdb stand for?
What is graph sql?
How do I enable sql encryption?
Why coalesce is used in sql?
what are local and global variables and their differences? : Sql dba
How does postgresql compare to mysql?
how are mysql timestamps seen to a user? : Sql dba
What is a join?
what is the difference between sql and t-sql? : Transact sql
What is right join in sql?