how to select 5 to 7 rows from a table, which contains 10 rows?
Answer Posted / narayana
select * from emp order by empid
offset 4 rows
fetch next 3 rows only
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of attributehierarchyvisible ? : sql server analysis services, ssas
How many categories of data types used by sql server?
What are the differences between char and nchar in ms sql server?
Can a table have 2 foreign keys?
What is log in sql server?
How do you test your database? : sql server database administration
What is candidate key with example?
How do I view views in sql server?
What are the different Topologies in which Replication can be configured?
How to create a simple user defined function in ms sql server?
What are transactions and its controls?
Define candidate key, alternate key, and composite key.
What do you mean by table and field in sql?
Which sql server table is used to hold the stored procedure script?
How to see the event list of an existing trigger using sys.trigger_events?