how to select 5 to 7 rows from a table, which contains 10 rows?
Answer Posted / tk
select * from Tablename limit 5,7 ;
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to insert data with null values?
Explain about analysis services?
What is normalization of database? What are its benefits?
What is a fan-out query in SQL Azure?
You want your report to display a hyperlink that will take users to your intranet. How do you configure such a hyperlink?
What is application role in sql server database security? : sql server security
What is resource db in sql server?
How to use subqueries with the in operators in ms sql server?
Explain mixed authentication mode of sql server?
What are some examples of schemas?
How you trouble shoot when any job fails
What is a trace frag? Where do we use it?
How to convert binary strings into integers in ms sql server?
if you encounter this kind of an error message, what you need to look into to solve this problem? : Sql server database administration
What will be the maximum number of index per table?