how to get 25th row in any table in sqlserver can u tell me
syntax
Answer Posted / nagaraju jella
select *
from securitytest_64.userroles u
where rowid =
(select max(rowid) from securitytest_64.userroles u
where rownum < 26)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell me about normalization in DBMS.
how many triggers you can have on a table? : Sql server database administration
can a database be shrunk with users active? : Sql server administration
if you encounter this kind of an error message, what you need to look into to solve this problem? : Sql server database administration
What are the different ways you can create databases in sql server?
can an automatic recovery be initiated by a user? : Sql server administration
How will you monitor replication activity and performance? What privilege do you need to use replication monitor? : sql server replication
How do you implement session management in SQL Server mode?
List out a number of the wants to setup a SQL Server failover cluster?
What is the purpose of object explorer and its features? : sql server management studio
Explain an incremental backup?
How do we know if any query is retrieving a large amount of data or very little data?
How do I completely remove sql server instance?
What are the grouping functions?
Using the customer, and order table in northwind database, please write a query to produce xml?