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
When I delete any data from a table, does the sql server reduce the size of that table?
What is the difference between left and right outer join?
What are the different types of collation sensitivity in sql server?
What are the two modes of authentication in sql server?
Write a code to select distinct records without using the DISTINCT keyword.
How to run queries with sql server management studio express?
What is the purpose of the model database?
What is index fragmentation in ms sql server?
what happens on checkpoint? : Sql server database administration
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
Can a table be created inside a trigger?
Which Model uses the SET concept
How many types of cursor type are there?
Is mysql the same as sql server?
What are sub reports and how to create them?