adspace


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

How to put more than 1000 values into an oracle in clause?

1115


What is oracle latest version?

1174


Design database draw er diagram for a certain scenario ?

4656


How to start an oracle instance?

1103


How to use values from other tables in update statements using oracle?

1158


How to write a left outer join with the where clause in oracle?

1156


How to select all columns of all rows from a table in oracle?

1132


Please send me Informatica 8.1 certification dumps, my mail id mona85gupta@gmail.com

1956