Answer Posted / vikas
select top 100 max(field name) from Table Name
| Is This Answer Correct ? | 12 Yes | 17 No |
Post New Answer View All Answers
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
What is the benefit of normalization?
What is ms sql server index?
How to convert a unicode strings to non-unicode strings?
Which tcl commands are available on the sql server?
What is default port number for sql server 2000?
What is the recommended total size of your memory optimized tables?
How many databases can we create in a single server?
Can two different columns be merged into single column? Show practically?
How to convert a table data in XML format in sql server?
Describe how to use the linked server?
Explain the dirty pages?
List out the difference between union and union all in sql server?
What is a trigger and types of a trigger?
How are the unique and primary key constraints different?