how to produce numbers from 1 to 10 using dual table

Answer Posted / arunkumar t

select rownum from dual connect by rownum <=10

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to test null values?

680


How to delete a column in an existing table in oracle?

605


How do I call oracle stored procedures that take no parameters?

568


What is index in Oracle?

594


What are the attributes that are found in a cursor?

652






How can Oracle users be audited?

610


Is oracle the best database?

522


What are the types of trigger in oracle?

577


I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?

628


What is the difference between view and materialized view in Oracle?

612


What is the difference between I and G in Oracle?

605


How to get execution path reports on query statements?

566


How to join two tables in a single query using oracle?

568


A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.

4272


Explain oracle’s system global area (sga).

628