how to select 5 to 7 rows from a table, which contains 10 rows?
Answer Posted / s. ramesh
select * from ( select rownum r, comp_name from metatest )
where r > 4 and r < 8;
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the index requirement in SQL Azure?
What is the use of commit?
Explain transaction server auto commit?
What is a collation?
What are the differences between triggers and stored procedures?
What are the different methods available under sqlcommand class to access the data?
what are isolation levels? : Sql server database administration
How would you add a section to a table?
List the different index configurations possible for a table?
What are the dmvs? : sql server database administration
What is tempdb database? : SQL Server Architecture
Explain different types of collation sensitivity?
What is a trigger in sql server?
Which sql server is best?
Explain primary key, foreign key and unique key?