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
What is the database name in oracle?
How to use "in out" parameter properly?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
How to define an explicit cursor in oracle?
How to manage transaction isolation level?
What is the difference between a hot backup and a cold backup in oracle?
What are the differences between date and timestamp in oracle?
what is the scripts in data base?
How to divide query output into groups in oracle?
How to create a single index for multiple columns?
Can a parameter be passed to a cursor?
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?
How can we find out the duplicate values in an oracle table?
What is recovery manager in Oracle?
Can we save images in a database and if yes, how?