how to select 5 to 7 rows from a table, which contains 10 rows?
Answer Posted / ajay (esd)
Please ignore my above answer
select * from tablename where sno between 4 and 8
Ajay
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How would you use user_constraints table in DB?
How do I get to sql server configuration manager?
What is xdr?
If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?
Data is not being delivered to subscribers, what can be the possible reasons? : sql server replication
Explain syntax for viewing, dropping and disabling triggers?
what is a major difference between sql server 6.5 and 7.0 platform wise? : Sql server database administration
What are the different types of subquery?
How many clustered indexes there can be on table ?
What are the essential components of sql server service broker?
What are the main differences between #temp tables and @table variables and which one is preferred?
What are the system database in sql server 2005?
you have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation? : Sql server administration
What protocol does sql server use?
What is table-valued sub query?