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 convert times to characters in oracle?

0 Answers  


What are a cluster and non-cluster index?

0 Answers  


Explain an index?

0 Answers  


what are stored procedures?

7 Answers   TCS, Wells Fargo,


How many file formats are supported to export data?

0 Answers  






In what script is snap$ created? In what script is the scott/tiger schema created?

0 Answers  


How can one skip any number of rows while loading the DB tables with SQL Loader? Similarly how can one skip any column?

1 Answers   IBM,


What is the usage of save points in oracle database?

0 Answers  


How to build data dictionary view an new database?

0 Answers  


How a database is related to tablespaces?

0 Answers  


Explain an exception and its types?

0 Answers  


How to write text literals in oracle?

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)