Display the records between two range?

Answers were Sorted based on User's Feedback



Display the records between two range?..

Answer / nishi

select rownum, empno, ename from emp where rowid in (select rowid from emp where rownum <=&upto minus select rowid from emp where rownum<&Start);

Is This Answer Correct ?    1 Yes 0 No

Display the records between two range?..

Answer / basanti

select * from emp where emp_id between '200' and '300'

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

How to calculate date and time differences in oracle?

0 Answers  


How to enter a new row into a table interactively?

0 Answers  


15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.

0 Answers   Wipro,


What is an Index Segment ?

2 Answers  


What do you mean by merge in oracle and how can you merge two tables?

0 Answers  






How to list all tables in your schema?

0 Answers  


what is the difference between sql& oracle?

11 Answers   Oracle,


What is a user account in oracle?

0 Answers  


What are the differences between interval year to month and interval day to second?

0 Answers  


How do you recover a datafile that has not been physically been backed up since its creation and has been deleted. Provide syntax example.

1 Answers  


What is the meaning of recursive hints in oracle?

0 Answers  


what are actual and formal parameters?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)