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
What is connection pooling in oracle?
what is the difference between data migration and production migration.
how can we store any pdf file in oracle
How to delete a column in an existing table?
How does oracle handle read consistency?
Why do we need oracle client?
How to define default values for formal parameters?
What is truncate oracle?
What are the uses of linked server and explain it in detail?
I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.
What are joins, explain all types of joins?
Explain about the analyze command in oracle?
How to update a table row with a record?
What is backup in Oracle?
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?