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
Explain the use of indexes option in exp command.
What is an oracle recycle bin?
Explain drop constraint oracle?
How to start a specific oracle instance?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
Does oracle database need java?
Explain table?
Explain the use of full option in exp command.
What is the difference between PFILE and SPFILE in Oracle?
What is the minimum client footprint required to connect c# to an oracle database?
What privilege is needed for a user to connect to oracle server?
What do database buffers contain?
How to install oracle odbc drivers?
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?
How to use group functions in the select clause using oracle?