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 difference between standardization and normalization?
What is a unique key constraint?
What should be the fill factor for indexes created on tables? : sql server database administration
What is model database? : SQL Server Architecture
Difference between primary key and clustered index?
Tell me what is difference between view and materialized view?
How to create a view on an existing table in ms sql server?
Explain relational data?
Can binary strings be converted into numeric or float data types?
Is it possible to run multiple publications and different type of publications from the same distribution database? : sql server replication
What are window functions in sql server?
List the different types of collation sensitivities in sql server?
How to drop an existing user defined function in ms sql server?
what authentication modes does sql server support? : Sql server database administration
What are clustered and non-clustered index?