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
When columns are added to existing tables, what do they initially contain?
Write an sql query for deleting duplicate rows?
How can you check the level of fragmentation on a table?
Explain an incremental backup?
How to insert new line characters into strings?
What are the advantages of sql azure?
Can truncate be rolled back?
What are parameterized reports?
What is the correct order of the logical query processing phases?
how many type of indexing in database?
can you instantiate a com object by using t-sql? : Sql server database administration
what is the different types of backups available in sql server? : Sql server database administration
Tell me what is difference between clustered and non clustered index?
What is service broker? : sql server database administration
What are recommended options to be used while using db mirroring? : sql server database administration