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 connect Azure federated root database and apply federation in entity framework?
List out different types of normalizations in sql server and explain each of them?
How to how to convert numeric expression data types using the convert() function??
Where can you find the error log information? : sql server database administration
How do you trace the traffic hitting a sql server?
What is linked report?
What do you understand by the data quality services in sql server?
What are the different authentication modes in sql server? How can it be changed?
What are various ways to enhance the ssrs report?
How to create an multi-statement table-valued function?
there is a trigger defined for insert operations on a table, in an oltp system. The trigger is written to instantiate a com object and pass the newly inserted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better? : Sql server database administration
How can you find out which stored procedures are recompiling?
What are xml indexes?
Does index speed up select statements?
if you encounter this kind of an error message, what you need to look into to solve this problem? : Sql server database administration