how to produce numbers from 1 to 10 using dual table

Answer Posted / anil kumar prajapati

The DUAL is special one row, one column table present by
default in all Oracle databases. The owner of DUAL is SYS
(SYS owns the data dictionary, therefore DUAL is part of the
data dictionary.) but DUAL can be accessed by every user.
The table has a single VARCHAR2(1) column called DUMMY that
has a value of 'X'. MySQL allows DUAL to be specified as a
table in queries that do not need data from any tables. In
SQL Server DUAL table does not exist, but you could create
one.
The DUAL table was created by Charles Weiss of Oracle
corporation to provide a table for joining in internal
views.
Example
Select Row r
From dual
Connect By Row <= :100

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?

1483


How to convert characters to dates in oracle?

563


Respected sir, Please send me technical questions related to oracle apps..

1381


In SAP ECC 6.0 , under DB02 tcode , Tablespace name to be explain stepy step all the col

3704


What is system global area (sga) in oracle?

576






How to use fetch statement in a loop?

557


Use of an integrity constraint is better to validate data. Explain

547


How to define an anonymous block?

620


you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz

1564


Explain coalesce function?

630


Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?

1515


Explain integrity constraints?

669


What is control file used for?

607


What are the varoius components of physical database structure of oracle database?

571


How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?

1443