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
How many joins in sql server?
How do I find my localdb version?
Can coalesce return null?
What does it mean to be in union?
What are the kinds of subquery?
What is a view and what are its advantages?
What is the use of nvl work?
What is compound operators?
What is reportserver and reportservertempdb ?
How to drop an existing schema in ms sql server?
What is page in sql server?
What is normalization? Explain different forms of normalization?
Do you know what is replace and stuff function in sql server?
What are functions in the sql server?
What are various ways to enhance the ssrs report?