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 are the types of functions in sql?
how can we submit a form without a submit button? : Sql dba
What is column?
what is blob? : Sql dba
How do you get column names only for a table (sql server)?
Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?
What is identity column in sql server?
Define concurrency control. : Transact sql
Which join is like inner join?
What is scope and visibility in PL/SQL?
What is java sql drivermanager?
How do you bind variables in pl sql?
How do I write a cron which will run a sql query and mail the results to agroup?
What are inbuilt functions in sql?
Does postgresql run on the cloud?