how to retrive only second row from table in sql server
2000?
Answer Posted / vardharaj
SELECT TOP 1 ID FROM TABLENAME WHERE ID NOT IN (SELECT TOP 1
ID FROM TEST)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can you use order by when defining a view?
What are different types of statements that are supported by sql?
What is the main purpose of having conversation group?
What is outer join in sql server joins?
How to create new tables with "select ... Into" statements in ms sql server?
Explain about integration services of Microsoft SQL server?
What is rtm version in sql server?
What do you understand by coalesce in sql server?
Explain stored procedure?
Explain the difference between clustered and non-clustered index?
you added a row to a view, but the row is not shown on the view. Explain how this can happen, and how you can remedy the situation
Explain about unique identifier data type in sql server?
What are various limitations of the views?
What is the default fill factor value?
What are the types of indexes?