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
What is clustered index
What is a select query statement in ms sql server?
What are the new data types are introduced in sql 2000?
Do you know what is bit data type and whats the information that can be stored inside a bit column?
How is a full-text index updated?
How to compare the top two records using sql?
Where is localdb stored?
Can an entity have two primary keys?
How can I check if a view exists in a sql server database?
Explain the phases a transaction has to undergo?
Define right outer join?
What are the steps you must follow to hide sql server instances?
Other than truncate statement, which other command can by-pass the trigger on the tables?
What is checkpoint in sql server?
How do I view a stored procedure in sql server?