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
How to get a list of columns in a view using the "sp_help" stored procedure?
What is check constraint in sql server?
Explain table valued parameters in sql server? Why tvp used?
What are different types of views?
What is rolap and its advantage? : sql server analysis services, ssas
What do you understand by check constraint in sql server?
Explain the properties of a relational table?
What is enhanced database mirroring in sql server 2008?
How to add a new dsn with the odbc driver for sql server?
What is normalization of database? What are its benefits?
What is efficiency data?
List the different types of joins?
Where cross join is used?
What is stretch database in sql server?
What is the difference in accessing db between sql server vs sql azure?