Answer Posted / ashis dey
select top 100 fieldname from tablename group by fieldname
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Are null values the same as that of zero or a blank space?
Explain atomicity?
How many joins in sql server?
How to create a user to access a database in ms sql server using "create user" statements?
What is a document index?
What do you understand by a view?
How can sql server instances be hidden? : sql server security
What are the properties of the relational tables?
We need to perform what steps in the following order to work with a cursor?
Explain the phases a transaction has to undergo?
What is the difference between char, varchar and nvarchar?
Explain the commands in sql server?
How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?
How to delete duplicate rows?
How to execute stored procedure and set temp table in sql server?