A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answer Posted / laks
select * from emp where rownum<121
minus(select * from emp where rownum<101)
| Is This Answer Correct ? | 34 Yes | 4 No |
Post New Answer View All Answers
Is it possible to create startup or shutdown trigger for on-schema?
what are date and time data types in mysql? : Sql dba
can a stored procedure call itself or recursive stored procedure? : Sql dba
Is a table valued function object?
How does sql*loader handles newline characters in a record? : aql loader
What is bulk compiling in pl/sql.?
What is a sql driver?
How many postgresql users are there, worldwide?
What is trigger in pl sql with examples?
What is a schema? How is it useful in sql servers?
Enlist the data types that can be used in pl/sql?
Does db2 use sql?
What are packages in pl sql and also explain its advantages?
Can we rollback after truncate?
What is string data type in sql?