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
when you create a database how is it stored? : Sql server database administration
When should you use an instead of trigger?
What are the difference between primary keys and foreign keys?
What is public role in sql server?
What the different topologies in which replication can be configured?
What is the difference between online clustering and Offline clustering?
What are synonyms?
Explain collation?
How to create prepared statements using odbc_prepare()?
How will you add a dimension to cube? : sql server analysis services, ssas
How to backup encryption key ?
Can you name some of the dml commands in sql?
Can we linked SharePoint to a SQL database?
What are the security related catalog views? : sql server security
IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do