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
What is difference between db2 and sql?
Explain normalization and what are the advantages of it?
What is a database event trigger?
Does pdo prevent sql injection?
What are system versioned tables?
What is a dynamic query?
What is application trigger?
What is recursive stored procedure?
What is procedure and function in sql?
Can there be more than one function with a similar name in a pl/sql block?
What is the purpose of cursors in pl/sql?
Why do you partition data?
What are different joins used in sql?
Is it possible to create the following trigger: before or after update trigger for each row?
What is difference between sql function and stored procedure?