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 / sruthi
select top5 * from table
minus
select top4 from table
| Is This Answer Correct ? | 5 Yes | 19 No |
Post New Answer View All Answers
What area unit the various kinds of info compression introduced in sql server 2008?
Explain how to maintain a fill factor in existing indexes?
What are the disadvantages of merge replication?
What is service broker?
How to provide default values to stored procedure parameters?
What is the difference between value type and reference type?
What are key, name and value columns of an attribute? : sql server analysis services, ssas
How to link tables in sql server?
What do you do in data exploration
How does a profiler work?
Is ssrs support other database except ms sql server?
tell me the disaster recovery plan
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration
How will you know when statistics on a table are obsolete?
State the difference between union and union all?