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 / guest

select top 1 * from table_name where id in(select top 5 id
from table_name order by desc)

Is This Answer Correct ?    9 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain indexing and what are the advantages of it?

527


What are the elements of dbms?

544


When columns are added to existing tables, what do they initially contain?

627


How to invoke a trigger on demand?

539


Does a server store data?

500






Tell me about builtinadministrator?

562


What does normalization do to data?

542


What is the report model project?

103


What is difference between views and tables?

466


Which data type columns are the best candidates for full-text indexing?

600


What are built in functions?

575


Does any body please help me what question's have asked for SSRS in the interview?

1664


What functions can a view be used to performed?

618


What does nvl stand for?

556


What area unit the various kinds of info compression introduced in sql server 2008?

569