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 perspective, have you ever created perspective? : sql server analysis services, ssas
What is left outer join in sql server joins?
How ssrs maintain security?
How to add more data to the testing table in ms sql server?
State the difference between local and global temporary tables?
What is read uncmmited?
Create and insert into temp table in sql server?
How can we improve performance by using SQL Server profiler?
How should i optimize the time for execution of stored procedure having single input and many output from the different tables?
How to handle error or exception in sql?
What is resource governor?
How would you use user_constraints table in DB?
Will count(column) include columns with null values in its count?
How to rebuild all indexes on a single table?
What are built in functions?