A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answer Posted / anjana
Select *,row_number over(partition by departmentid order by empid)as rowid from employeeDept
where rowid between 100 and 120
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the use of triggers?
Can we create table in function?
How do I turn a list into a table?
What are the main features of cursor?
What are the 3 types of behavioral triggers?
How do I partition in sql?
Explain the rollback statement?
How can you tell the difference between an index and a view?
What is recursive stored procedure?
What is the difference between join and natural join?
How to pipe multiline string to isql?
How do I delete a trigger?
What are the ways on commenting in a pl/sql code?
What is the main reason behind using an index?
What is latest version of sql?