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 happens on checkpoint? : Sql server database administration
How do indexes help, types?
How can I create a new template for import ? : sql server management studio
Explain system functions or built-in functions? What are different types of system functions?
Explain cdc and sql injection?
What functions can a view be used to performed?
Is it possible for a stored procedure to call itself or recursive stored procedure?
I have triggers,views,functions,stored Procedures for a table. When I am dropping that table which objects are deleted?
Tell me can we use custom code in ssrs?
what are database files and filegroups? : Sql server database administration
Explain powershell included in sql server 2008?
How to use linked server?
What does the not null constraint do?
What is the difference between for auto and for nested?
How to use "begin ... End" statement structures in ms sql server?