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

all the answers are wrong,the questions is like this there
are 100 rows they want o/p to display is in betwwen 50 and
100 are displayed


select top 100 * from tablename where empid not in(
select top 50 empid from TABLENAME)

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is rtm version in sql server?

694


How can we check the sql server version?

736


explain different types of cursors? : Sql server database administration

751


How do I view a stored procedure in sql server query?

699


What methods do you follow to protect from sql injection attack?

702






Can you explain what are various ways to enhance the ssrs report?

765


Why do we need normalization?

659


How to resolve the orphan use problem? : sql server security

708


What are tables in sql server?

699


What does <> symbol mean?

703


What do you understand by user-defined function in the sql server?

695


can any body tell me how to know the password of current user in sql server

1772


What do you understand by coalesce in sql server?

721


How to query multiple tables jointly?

707


What are the restrictions that views have to follow? : SQL Server Architecture

738