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 is microsoft sql server?
What is the use of sign function?
Explain about extended stored procedure?
Do you know what is replace and stuff function in sql server?
What is the difference between clustered and non-clustered indexes in ms sql server?
To which devices can a backup be created and where should these devices be located? : sql server management studio
What do you know about normalization and de- normalization?
explain different levels of normalization? : Sql server database administration
Explain the etl (extraction, transformation, and loading)?
what are the three command line utilities and what are their primary functions?
Thanks to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?
What are filegroups in sql server?
What happens if null values are involved in datetime operations?
Explain the steps to use transact-sql cursor?
what is the system function to get current user's user id? : Sql server database administration