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 stored procedure and view?
Is postgresql a server?
What is the purpose of normalization?
How do you pronounce sql?
is it possible to pass an object or table to a procedure as an argument?
What are stuff and replace function?
Explain the difference between sql and mysql.
How to run sql*plus commands in sql developer?
Why sql query is slow?
What is percent sign in sql?
How do I run a sql query in pgadmin 4?
What is bitemporal narrowing?
Why is a primary key important?
what are all different types of collation sensitivity? : Sql dba
What is materialized view. What are different methods of refresh?