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 does the on-delete-cascade statement work?
Explain a private synonyms?
How to drop a stored procedure in oracle?
What is an index associated with a constraint?
How to use existing values in update statements using oracle?
What is the sql query to concatenate column values from multiple rows in oracle?
What is a cursor in oracle?
Can a formula column be obtained through a select statement ?
What is a trigger and what are its types in oracle?
Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
How to define an oracle cursor variable?
How to find out what oracle odbc drivers are installed?
How to rename a tablespace in oracle?
How can I create database in oracle?
What are joins, explain all types of joins?