Answer Posted / karthik
select min(salary) from (select top 3 * from employee order by salary desc) temp
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to set database to be single_user in ms sql server?
What are the different type of replication in sql server?
can any body tell me how to know the password of current user in sql server
What is shared lock?
How to list all user names in a database?
What is 'Join' and explain its various types.
What is exclusive locks?
Can a table have 2 foreign keys?
What were the latest updates to SQL Azure service?
Why do you want to join software field as you have done your BE in Electronics?
What is the difference between value type and reference type?
Where are sql server usernames and passwords stored in the sql server?
What is the importance of a recovery model?
What is dbcc? Give few examples.
How to insert data with null values?