how to get 25th row in any table in sqlserver can u tell me
syntax

Answer Posted / venkat

suppose the table x having a column with name empid

set rowcount 25
select * from x where empid not in (select top 24 empid
from x)

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

As per your opinion what are the five top responsibilities of a dba? : sql server database administration

609


Suppose you want to implement the one-to-one relationships while designing tables. How would you do it?

545


How many database files are there in sql server 2000?what are they?

575


Do you know what is a with(nolock)?

600


How you can get the list of largest tables in a database?

522






When would you prefer to have a minimum number of indexes?

503


What is create command?

522


How is foreign key related to primary key?

571


Disadvantages of the indexes?

587


What is the difference between TRUNCATE and DROP?

627


What is trigger in salesforce?

493


How does Report Builder support Analysis Services cubes?

110


what are constraints? : Sql server database administration

517


What is Extended user-defined?

535


Can another user execute your local temporary stored procedures?

538