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
How does join work in sql?
what is a record in a database ? : Sql dba
What are schema-level triggers?
What are the indexing methods?
How delete all records from table in sql?
What is the difference between inner join and left join?
What are the sql versions?
Are stored procedures faster than queries?
Is it possible to sort a column using a column alias?
how to convert numeric values to character strings? : Sql dba
How do you update a value in sql?
Is left join faster than join?
How do I find sql profiler?
What is difference between sql function and stored procedure?
what are the differences between get and post methods in form submitting. Give the case where we can use get and we can use post methods? : Sql dba