how to select 5 to 7 rows from a table, which contains 10 rows?
Answer Posted / govind
select * from emp where empid between 5 and 7
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between getdate and sysdatetime?
Explain the ways to controlling cursor behavior?
Does partitioning improve performance?
Explain intellisense for query editing
What is serializable?
What is “begin trans”, “commit tran”, “rollback tran” and “savetran”?
Can a cursor be updated? If yes, how you can protect which columns are updated?
What are subqueries in sql server? Explain its properties.
what's the maximum size of a row? : Sql server database administration
Where cross join is used?
What are the differences between DDL, DML and DCL in SQL?
Explain Geometry datatype in sql server 2008 with example
What is use of attributehierarchyenabled? : sql server analysis services, ssas
What are types of scd? : sql server analysis services, ssas
Why use “pivot” in sql server?