Answer Posted / zulfikar ali
SELECT TOP 100 FIELD_NAME
FROM TABLE_NAME
ORDER BY FIELD_NAME DESC
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
How to create dbo table in sql server?
What do you mean by acid?
When multiple after triggers are attached to sql table, how to control the order of execution?
Is sql server difficult to learn?
What the difference between UNION and UNIONALL?
What are the types of processing and explain each? : sql server analysis services, ssas
Define ACID properties in a Database?
What is left outer join in sql server joins?
Can I save my report as html, excel or word? : sql server management studio
What is the purpose of sql profiler in sql server? : sql server database administration
Explain transaction isolation levels in sql server?
Which tcp/ip port does the sql server run on? How can it be changed?
Tell me the use of keyword with encryption. Create a store procedure with encryption?
What are the different normalization forms?
What is difference between foreign key and unique key?