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 do you mean by the term 'normalization'?
What are statistics?
How global temporary tables are represented and its scope?
How to provide default values to stored procedure parameters?
explain extended properties
What is database isolation in sql server? : sql server database administration
what are the types of indexes? : Sql server database administration
What is difference between clustered index and non clustered index?
How do I change my passwords (database, LDAP, and so on) without causing an outage?
What are locks in sql?
What is difference in performance between insert top (n) into table and using top with insert?
Why do we use sql limitations? Which constraints can we use while making a database in sql?
Can binary strings be used in arithmetical operations?
What is the difference between cartesian product and cross join?
What do I need to start working with sql studio? : sql server management studio