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 / lince thomas

it is simple,
we can get 5th row using this,


select * from (
select rank() over (order by Empid)as rno,* from empmast)T
where T.rno=5

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a rollup clause?

717


what is a join and explain different types of joins? : Sql server database administration

711


What is the recursive stored procedure in sql server?

710


Are null values the same as that of zero or a blank space?

783


Can we take the full database backup in log shipping?

719






Explain how to use linked server?

741


What is the default Port No on which SQL Server listens?

823


What is the data tier application?

159


Explain iaas, paas and saas?

86


What is difference between drop truncate and delete?

733


What are the different types of join?

791


How to write a query with an inner join in ms sql server?

753


What is equi join with example?

721


What is key attribute?

699


what is the Ticketing tool used in Wipro technologies at Bangalore...???

7811