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
Do you know what are the restrictions that views have to follow?
Can a table be created inside a trigger?
What is parameterized reports in ssrs ?
What is key attribute?
Can sql server be linked with other servers like oracle?
Explain database normalization?
What are the five major components of a dbms?
What are scalar functions in sql?
Why do we use functions?
What is store procedure?
What are audit control procedures?
What is snapshot parameter in ssrs?
What is rank function?
Can you tell me about the concept of ER diagrams?
What are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture