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 / ashim pal

set rowcount 5

select * from table_name

Is This Answer Correct ?    7 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by acid?

758


What are the differences between user defined functions and stored procedures?

737


What do you mean by tablesample?

828


What is difference between views and tables?

637


Explain what is public role in sql server?

788






What is scalar user-defined function?

718


What is the difference between local and global temporary tables?

786


Can two different columns be merged into single column? Show practically?

820


What is blocking and how would you troubleshoot it? : sql server database administration

765


What is instead of dml trigger?

774


How can I tell if sql server is 32 or 64 bit?

707


why would you call update statistics? : Sql server database administration

739


What is database dimension? : sql server analysis services, ssas

835


Comment,Datatypes are unlimited

1804


Explain nested stored procedure. Syntax and an example for create nested stored procedure?

694