Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / kaviraj.y

SELECT * from emp_table WHERE e_id>=5 AND e_id<=7;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I clean up sql server transaction log?

1123


What is sql server programming?

1090


Explain transaction server distributed transaction?

1036


What is recompile sql server?

1079


Does index speed up select statements?

1073


Explain what is the difference between union and union all?

1070


what is the difference between delete table and truncate table commands? : Sql server database administration

1079


How self join is different from outer join?

1175


What number aggregate functions are accessible there in sql?

1130


Explain linked server in sql?

1292


what is the system function to get the current user's user id? : Sql server database administration

1069


How to transfer a table from one schema to another?

1045


How to enable tcp/ip protocol on a sql server?

1210


How do I view a stored procedure in sql server query?

978


What is difference between equi join and inner join?

1038