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
What happens when unicode strings concatenate with non-unicode strings?
What is a covering index?
What is the difference between implicit and explicit transaction?
Tell me the difference between clustered and non-clustered index?
what are database files and filegroups? : Sql server database administration
What are the main differences between #temp tables and @table variables and which one is preferred?
What are the events recorded in a transaction log?
How connect excel to sql server?
Can group by be used without aggregate functions?
What is service broker? : sql server database administration
How can we remove orphan records from a table?
State a few properties of relational databases?
What is a trigger? Why we need it?
What are the different types of join?
How to check parameter value in stored procedure sql server?