how to find the particular row in table?(means suppose one
table contain 10 rows , in these 10 rows how to find the
particular row(example in 10 rows i want 5 row how)?

Answer Posted / ritu saini

SELECT TOP 5 column FROM table
ORDER BY NEWID()

Is This Answer Correct ?    14 Yes 25 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many full-text indexes can a table have?

719


How do triggers work?

692


Explain what is it unwise to create wide clustered index keys?

704


What is PROJECTION Operation?

767


When I run the sql server 2000 setup, it just hangs. What do I do?

800






what is the main function of a query parameter?

126


How can we delete a table in sql server?

718


What protocol does sql server use?

697


What number sorts of privileges are accessible in sql?

745


What are locks in sql?

706


Tell me extended events in sql server 2008?

744


Explain the difference between primary keys and foreign keys?

695


What are the different types of columns types constraints in the sql server?

735


How to get the definition of a view out of the sql server?

702


Explain the truncate command? : SQL Server Architecture

775