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
What will you get by the cursor attribute sql%found?
Is sql an operating system?
what is a database transaction? : Sql dba
How to prepare for oracle pl sql certification?
What is pl sql block structure?
What is the execution plan in sql?
What is synchronized subquery?
how to increment dates by 1 in mysql? : Sql dba
How show all rows in sql?
What is difference between sql and oracle?
What are the different types of dbms?
How to call shell script from pl sql procedure?
what are the features and advantages of object-oriented programming? : Sql dba
What are the two types of periodical indexes?
Is sql pronounced sequel or sql?