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 / anup kumar pandey

There are two methods
1> select top 1(name) from anuppandey
or
2>select top 5o percent name from anuppandey

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to create a testing table with test data in ms sql server?

556


How to find tables without indexes?

626


How to grant a permission in ms sql server using "grant execute" statements?

563


Describe how to use the linked server?

597


What is meant by dirty read?

554






What is the cartesian product of table?

542


What changes in the front end code is needed if mirroring is implemented for the high availability? : sql server database administration

604


What is the current limitation of the size of SQL Azure DB?

102


what is difference between NULL and ISNULL in SQL Server 2008?

579


How to Improve the performencs of SQL Server 2005 exclude stored Procedure and Indexes?

1575


Do you know what are the ways available in sql server to execute sql statements?

541


What have included columns when we talk about sql server indexing?

572


How many tables can be joined in SQL Server?

590


Explain what role entity and relationship play in an ER diagram.

571


What does the not null constraint do?

576