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 actions, how many types of actions are there, explain with example? : sql server analysis services, ssas
What is a View ? Can we insert, Update and delete a view?
What is cursors?
What is the purpose of the tempdb database?
Explain about Normalization?
Please explain that what are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
What is service broker?
Explain what are the restrictions that views have to follow? : SQL Server Architecture
How does index makes search faster?
How to execute a sql statement using odbc_exec()?
What is the data tier application?
What is the difference between varchar and varchar(max) datatypes?
How do I create a stored procedure in sql server?
How do I find sql server instance name?
What is normalization and its types?