how to select 5 to 7 rows from a table, which contains 10 rows?
Answer Posted / guest
select * from emp where EmpID between 5 and 7
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
What is row_number () and partition by in sql server?
Do you know what are the reporting services components?
What is the meaning of resultset type_scroll_insensitive?
What is scd (slowly changing dimension)? : sql server analysis services, ssas
How to create and drop temp table in sql server?
What is an entity-relationship diagram (erd)?
What are extended events in sql server?
What is the security principal at the database level that represents your session?
What is the simplest way to create a new database in ms sql server?
What are the lambda triggers?
What stored by the tempdb ? : sql server database administration
How to test values returned by a subquery with the in operator?
What command do we use to rename a database?
How to delete duplicate rows from table except one?
What is transaction server isolation?