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
Tell me about pre-defined functions of sql?
What are data resources?
What is SQL Azure?
What are the differences between user defined functions and stored procedures?
Explain “@@rowcount” and “@@error” in sql server?
Differentiate between truncate vs delete in mssql?
how you can move data or databases between servers and databases in sql server? : Sql server administration
What is trace flag in sql server?
How raid can influence database performance?
What are the default system databases in sql server 2000?
what is datawarehouse?
Why do we partition data?
Can coalesce return null?
What is update_statistics command?
How to list all dsn entries on your local machine using odbc_data_source()?