how to produce numbers from 1 to 10 using dual table
Answer Posted / ml
select level from dual connect by level < 11;
| Is This Answer Correct ? | 26 Yes | 0 No |
Post New Answer View All Answers
How to change program global area (pga) in oracle?
How to drop a stored procedure in oracle?
When do you get a .pll extension in oracle?
How will you identify oracle database software release?
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
How to write date and time literals in oracle?
How to get execution statistics reports on query statements?
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
How to use regular expression in pattern match conditions in oracle?
How to display employee records who gets more salary than the average salary in the department?
What is a trigger and what are its types in oracle?
Explain an integrity constrains?
What privilege is needed for a user to create tables in oracle?
Whether any commands are used for months calculation? If so, what are they?
How to assign values to data fields in record variables?