Answer Posted / goutham4mail@gmail.com
select top 1 * from Emp where Sal in
(select top 100 Sal from Emp order by Sal desc) order by
Sal asc
Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
How do you delete duplicates in sql query using rowid?
How to create an array in pl/sql?
What is scalar function in sql?
What is difference between inner join and cross join?
What is sql procedures and functions?
what is timestamp in mysql? : Sql dba
Why is theta join required?
How can I change database name in sql?
What is mutating error?
What are the advantages of normalization?
How do I get sql certification?
How do I clear the screen in sql plus?
What operators deal with null?
What is spool?
What is dense_rank in sql?