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 data manipulation language?
How to use sql*plus built-in timers?
what is foreign key? : Sql dba
Is id a reserved word in sql?
How can you create an empty table from an existing table?
How do you take the union of two tables in sql?
Mention what does plv msg allows you to do?
What is on delete set null?
Can we rollback delete command?
What does pragma mean?
What is Materialized View? In What Scenario we Use Materialized View?
How do I delete a trigger?
What is the use of function in sql?
What are pl/sql packages?
How do temporal tables work?