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

Explain concepts of analysis services?

674


What are built in functions?

756


What is the fillfactor concept in indexes?

720


How you can get the list of largest tables in a database?

686


What is store procedure? When do you use?

683






Which tcp/ip port does sql server run on? How can it be changed?

760


What is the status of services on passive node for failover cluster in sql server? : sql server database administration

833


Why I am getting "the microsoft .net framework 2.0 in not installed" message?

705


I have all the primary data files, secondary data files as well as logs. Now, tell me can I still restore the database without having a full backup? : sql server database administration

878


How do we upgrade from SQL Server 6.5 to 7.0 and 7.0 to 2000?

1787


Explain transaction server explicit transaction?

672


What are the different methods available under sqlcommand class to access the data?

853


Ways to improve the performance of a SQL Azure Database?

115


What are the three different part of rdl file explain them?

214


What are ddl (data definition language) statements for tables in ms sql server?

749