Answer Posted / rekha
select top 100 (field name)from table name order by (field
name) desc
| Is This Answer Correct ? | 14 Yes | 6 No |
Post New Answer View All Answers
Explain how to maintain a fill factor in existing indexes?
What is forward - only cursors / read only cursor?
How many types of triggers are there?
Explain what are the basic functions for master, msdb, model, tempdb databases?
What is database isolation in sql server? : sql server database administration
What are the fixed server level roles? : sql server security
Is null vs coalesce?
Can truncate be rolled back?
What is indexing explain it with an example?
What is the difference between value type and reference type?
Why main is user defined function?
What is data block and how to define data block size?
Difference between connected and disconnected database in .net with sql server?
Explain transaction server isolation?
Explain primary key in sql server?