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
Will you be able to store pictures in the database?explain.
How view is different from a table?
how to do daily transactions with out sql* loader control file regesterd in apps?
What is set operator oracle?
How to drop a stored function?
How to delete a column in an existing table in oracle?
What is columnar storage what is the advantage?
How to manage transaction isolation level?
What are the attributes of the cursor?
In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??
How to commit the current transaction in oracle?
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
How to delete a user account in oracle?
How to update values in a table in oracle?
How is it different from a normal table?