A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answer Posted / nayana
select * from emp where rownum<121
minus(select * from emp where rownum<100)
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can we solve sql error: ora-00904: invalid identifier?
Is join same as left join?
What is the default isolation level in sql server? : Transact sql
Is left join inner or outer by default?
What is java sql driver?
What do you understand by exception handling in pl/sql?
how can you see all indexes defined for a table? : Sql dba
What are the types of dbms?
how to write date and time literals? : Sql dba
What are stored procedures used for?
What are its different types of dbms?
What does rownum mean in sql?
Is mariadb a nosql database?
What is trigger with example?
Why we use stored procedure instead of query?