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 / vishnu
select top 1 * from (select top 5 * from employee order by
empid)sub order by empid desc
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is isolation level at dead lock?
Explain what are the restrictions while creating batches in sql server?
What are the results of running this script?
What are a scheduled jobs or what is a scheduled tasks?
Is sql server free?
What is the difference between clustered and a non-clustered index?
What is transaction server auto commit?
What are unicode character string data types in ms sql server?
What are transactions in sql?
what is a major difference between sql server 6.5 and 7.0 platform wise? : Sql server database administration
Explain the categories of stored procedure?
What are horizontal and vertical scaling?
What are the differences between char and varchar in ms sql server?
Explain the microsoft sql server delete command? : SQL Server Architecture
How to verify the port number of the sql server?