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
When do I need to use a semicolon vs a slash in oracle sql?
What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar
How do I know if oracle is installed on windows?
List out the components of logical database structure of oracle database.
How do I use os authentication with weblogic jdriver for oracle and connection pools?
what are actual and formal parameters?
What operating systems are supported by oracle database 10g xe?
How to update values on multiple rows in oracle?
How a tablespace is related to data files?
How to view all columns in an existing table?
How view is different from a table?
Can sub procedure/function be called recursively?
How to sort the query output in oracle?
How to connect asp pages to oracle servers?
What is a system tablespace?