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
Can triggers stop a dml statement from executing on a table?
How do you declare a variable in pl sql?
Can we use join in subquery?
How are functions and procedures called in PL/SQL?
How bulk collect improves performance?
What is the use of & in pl sql?
What is a join query?
What type of join is sql join?
what is the bond code in materialized view?
what is auto increment? : Sql dba
does sql support programming? : Sql dba
Is it possible to pass parameters to triggers?
How to sort the rows in sql.
What are the most important characteristics of pl/sql?
How do I remove sql developer from windows 10?