can we insert any row to dual table if i got the permission
from DBA
Answer Posted / kiran
yes why not . you can insert values and see the values also
but a caviet you can only insert 1 value
its has datatype with length 1
varchar2(1)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can we convert a date to char in oracle and if so, what would be the syntax?
 What are the oracle DML commands possible through an update strategy?
How to use "if" statements on multiple conditions?
How to view the tablespaces in the current database?
How to work with data objects interactively?
How many types of auditing in Oracle?
In what script is snap$ created? In what script is the scott/tiger schema created?
How to create a single index for multiple columns?
How do I decide when to use right joins/left joins or inner joins or how to determine which table is on which side?
How to put more than 1000 values into an oracle in clause?
What is an oracle user account?
How to convert raw data type into text in oracle? Explain
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
What are the varoius components of physical database structure of oracle database?
Give the various rollback segment states.