how to produce numbers from 1 to 10 using dual table
Answer Posted / nihar ranjan nath
SELECT n FROM (SELECT ROWNUM n FROM DUAL CONNECT BY LEVEL<=10)
WHERE n<=1;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is pragma autonomous transaction in oracle?
How to start a specific oracle instance?
Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.
How to drop an existing view in oracle?
What is the exact use of Collections?
if you ctreate table identity
Explain self joins in oracle?
Respected sir, Please send me technical questions related to oracle apps..
How to display employee records who gets more salary than the average salary in the department?
Can we connect to ORACLE db using Windows Authentication?
What is a package in oracle?
Difference between pre-select and pre-query
Please explain joins in oracle?
How to delete a column in an existing table in oracle?
Explain the use of Merge statement in oracle 11g