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

In what version of sql server were synonyms released?

593


What is the Disadvantage of indexed sequential file.

705


What is the most common trace flags used with sql server?

594


What is the syntax to execute the sys.dm_db_missing_index_details?

655


What is the parse query button used for?

695






Do you know what are the restrictions applicable while creating views? : SQL Server Architecture

639


What extended events?

642


How can you check the level of fragmentation on a table?

683


How fixed length strings are truncated and padded?

636


How can sql server instances be hidden?

609


Why we use the openxml clause?

629


which backup strategy you are following at ur company

1835


Which operator do you use to return all of the rows from one query except rows are returned in a second query?

660


What is collation sensitivity? Explain different types.

641


How to include text values in sql statements?

674