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
What are transactions in sql?
How do I start sql server 2017?
How you can get a list of all the table constraints in a database?
what is denormalization? : Sql server database administration
How to use user defined functions in expressions?
How do I find the default sql server instance?
If I delete a template from the list in sql studio, will it be deleted from the hard disk? : sql server management studio
List out what other servers you can use with ssrs?
How will you go about resolving deadlocks?
Can we perform backup restore operation on tempdb? : sql server database administration
Why do we use sql limitations? Which constraints can we use while making a database in sql?
Explain what are commit and rollback in sql?
explain the difference between oracle- sql and sql server sql ? if both are same y we r using 2 sw.s?
What is a heap?
How to find Duplicate Records In table?