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 a scheduled job or what is a scheduled task?
Define left outer join in sql server joins?
How do we upgrade from SQL Server 6.5 to 7.0 and 7.0 to 2000?
Explain the functionalities that views support?
How does recursive cte works in sql server?
what is a mixed extent? : Sql server administration
What programming language would you use to create embedded functions in ssrs?
What is a unique key constraint?
Are all views updatable ?
What is the use of group by clause?
What do you mean by collation recursive stored procedure?
what is the information that can be stored inside a bit column? : Sql server database administration
Can we insert data if clustered index is disabled?
What are the triggers in sql?
What is difference between temp table and cte?