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
Does a user_objects view have an entry for a trigger?
What is the need of a partition key?
What is a delimiter in sas?
what is 'mysqld'? : Sql dba
Why trigger is used in sql?
What is a recursive stored procedure?
what is primary key? : Sql dba
Can we create table inside stored procedure?
What is the difference between left outer join and left join?
What are tables and fields?
Does google use sql?
What is the difference between execution of triggers and stored procedures?
How to Execute a Package in PL/SQL.?
What is a parameter query?
what is error ora-03113: end-of-file on communication channel?