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
what is a join and explain different types of joins? : Sql server database administration
Difference between primary key and clustered index?
What is the difference between value type and reference type?
What is the command to change the recovery model?
can we have a nested transaction? : Sql server database administration
What are the differences between substr and charindex in sql server.
List some advantages and disadvantages of stored procedure?
How use inner join in sql server?
What is wide table?
How do I start sql server?
What is tabulation?
You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?
How to create an multi-statement table-valued function?
What are the differences between union, intersect, and minus operators?
How to connect php with different port numbers?