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
How do I clean up sql server transaction log?
What is sql server programming?
Explain transaction server distributed transaction?
What is recompile sql server?
Does index speed up select statements?
Explain what is the difference between union and union all?
what is the difference between delete table and truncate table commands? : Sql server database administration
How self join is different from outer join?
What number aggregate functions are accessible there in sql?
Explain linked server in sql?
what is the system function to get the current user's user id? : Sql server database administration
How to transfer a table from one schema to another?
How to enable tcp/ip protocol on a sql server?
How do I view a stored procedure in sql server query?
What is difference between equi join and inner join?