how to select 5 to 7 rows from a table, which contains 10 rows?
Answer Posted / smitha
select * from (select row_number() over (order by empid) as
row, *
from employee)a
where a.row between 4 and 5
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is bit data type?
What is the server name in sql server?
How to drop an existing table?
Explain the different types of backups available in sql server? : sql server database administration
Can a table have 2 primary keys?
What is blocking?
How to call stored procedure using http soap?
Tell me what is a linked server?
What is 2nf in normalization?
What is exclusive locks?
How to create a stored procedure with a statement block in ms sql server?
What is data file in computer?
How to identify current user in ssrs report?
last function used in MS Access to convert sql what function will use in sql
What is the bookmark lookup and rid lookup?