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 / guest
select top 1 * from table_name where id in(select top 5 id
from table_name order by desc)
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
What do you understand by sql server agent?
What does Master database contains?
Explain the use of containers in ssis and also their types?
what's new in sql server 2016?
Tell about MOM Tool(Microsoft Operator Manager)?
Can I work with several databases simultaneously? : sql server management studio
Tell me the use of keyword with encryption. Create a store procedure with encryption?
What is global temp table?
How many replicas are maintained for each SQL Azure database?
Do you know what is a linked server in sql server?
Define left outer join in sql server joins?
How to create an inline table-valued function?
How can I change procedure name in sql server?
What are filegroups in sql server?
What stored by the msdb? : sql server database administration