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 to Improve the performencs of SQL Server 2005 exclude stored Procedure and Indexes?
How to perform key word search in tables?
What the difference between UNION and UNIONALL?
How do you run a trace?
What are window functions in sql server?
Can foreign key be deleted?
What is sql or structured query language?
How to get all stored procedures in sql server?
Mention the differences between local and global temporary tables.
Explain Reporting Life Cycle?
What are the joins in sql server? : sql server database administration
How is sql used in sql server?
What is use of attribute hierarchy ordered ? : sql server analysis services, ssas
What is update_statistics command?
What is advantage data architect?