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 do you know about normalization and de- normalization?
What is ms sql server triggers?
What is built-in function?
what’s the difference between Covering Indexes and Clustered Indexes ? how to use clustered index small ?
What are indexes in sql?
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
How to execute function in stored procedure sql server?
Why use “nolock” in sql server?
Explain database normalization?
What is the purpose of update statistics and scope_identity() function?
In which tcp/ip port does sql server run? Can it be changed?
Does dbcc checkdb requires db to be in single_user mode? : sql server database administration
Can you please explain the difference between function and stored procedure?
What are Row versions of DataRow?
what are the core components of SSRS?