can we insert any row to dual table if i got the permission
from DBA
Answer Posted / chandana
Dual is a pseudotable with one column varchar and length=1.
Yes, we can insert values into Dual table provided the
inserted value is of type varchar and length =1.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to rename an index?
How to define an explicit cursor in oracle?
What is meant by joins? List out the types of joins.
Where are the settings stored for each instance in oracle?
What are transaction isolation levels supported by oracle?
What is bulk load in oracle?
What are the tools for Oracle ?
What are the uses of synonyms?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
How to write text literals in oracle?
How do I use os authentication with weblogic jdriver for oracle and connection pools?
Can you tell me how to add new column in existing views?how?How is possible?
How to count duplicated values in a column in oracle?
What are privileges and grants?
Why does for update in oracle 8 cause an ora-01002 error?