Answer Posted / kk
SELECT DISTINCT TOP 1 salary
FROM tblemp
ORDER BY salary ASC
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Why I have to use stored procedures?
Differentiate between sql temp table vs table variable?
How can you list all the columns in a database?
what is a default tcp/ip socket assigned for sql server? : Sql server database administration
What happens when unicode strings concatenate with non-unicode strings?
What are the disadvantages of merge replication?
What is triggers in ms sql server?
Can a database be shrunk with users active?
Will sql server 2005 allow you to reduce the size of a column?
What are the difference between primary keys and foreign keys?
How to include text values in sql statements?
What are the different types of sub-queries?
Do you know the cursor types?
What does it mean if @@cursor_row returns a negative number?
What is difference between equi join and natural join?