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 difference between union and union all command?
How to run sql*plus commands in sql developer?
Can you skip header records while loading? : aql loader
What is bitemporal narrowing?
what is a materialized view? : Sql dba
What is multiple partition?
How to create an array in pl/sql?
What company owns postgresql?
What is the unique index?
what is primary key? : Sql dba
What is the process of copying data from table a to table b?
what are all the different normalizations? : Sql dba
What is the difference between execution of triggers and stored procedures?
What is clause?
What is the use of <> sql?