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

Answer Posted / sujitha

For Example TableName: Employee. Employee Have The
Following Fields.
Emp_No ( Identity Value)
Emp_Name
Designation



Select Top 1 * From Employee Where Emp_No Not in(Select
Top 24 Emp_No From Employee)

Is This Answer Correct ?    13 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I run a trace in sql server?

498


What is the difference between Normalization and De-normalization?

558


What is the difference between a "where" clause and a "having" clause?

611


Can you change the data type of a column in a table after the table has been created? If so, which command would you use?

635


How do you improve the performance of a SQL Azure Database?

115






How many instances per computer are there in sql server 2000?

578


what's the difference between a primary key and a unique key? : Sql server database administration

499


Can we return Data from 4(more than 1) tables in stored procedure?

614


How to change a login name in ms sql server?

557


What is difference between foreign key and unique key?

548


How to execute stored procedure and set temp table in sql server?

550


What is the name of reporting services config file and what’s it’s used for?

107


How is a full-text index updated?

535


What is a domain constraint give an example?

561


Explain isolation levels that sql server supports?

565