Answer Posted / sudip
INSERT ALL
INTO TABLE1(COLUMN1, COLUMN2) VALUES('A','B')
INTO TABLE2(COLUMN3,COLUMN4) VALUES ('1','2')
INTO TABLE3(COLUMN5,COLUMN6) VALUES ('2','A')
select * FROM DUAL
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
State some uses of redo log files?
can u send the sql dumps to sivakumarr1987@gmail.com plz help me
What is a sub query? Describe its types?
Explain the use of rows option in imp command.
How to invoke the original export import utilities?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
Differentiate between function and procedure in oracle.
Please explain compound trigger in oracle?
How to pass a cursor variable to a procedure?
What is background process in Oracle?
What is the scope of a local variable?
How do I spool to a csv formatted file using sqlplus?
What is Reduced List of Values?
In which language oracle has been developed?
How to add a new column to an existing table with a default value?