sampathkumar


{ City } coimbatore
< Country > india
* Profession * engineer
User No # 28602
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 3
Users Marked my Answers as Wrong # 9
Questions / { sampathkumar }
Questions Answers Category Views Company eMail




Answers / { sampathkumar }

Question { IBM, 21615 }

how to select 5 to 7 rows from a table, which contains 10 rows?


Answer

select * from emp where empid >=5 and empid <=7

Is This Answer Correct ?    3 Yes 9 No