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
What is a database table?
What are the different editions available in sql server 2000?
Explain steps of normalization?
What is a with(nolock)?
What is user-defined function?
Any one plz send me SQL Server Developer/DBA resume for 4 years experience
What are the different methods available under sqlcommand class to access the data?
how would you store your query in an SSRS report or a Database server?
What is the full form of ddl?
Describe triggers features and limitations?
Is BCNF better than 2NF & 3NF? Why?
What happens if null values are involved in boolean operations?
Describe in brief system database.
How to create median function?
What is usually the first word in a sql query?