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 are the attributes of the cursor?
How to assign a table row to a record variable?
How to enter a new row into a table interactively?
How to drop an index in oracle?
What is oracle update statement with inner join ?
What is a snapshot in oracle database?
Explain view?
Explain alias?
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
Is postgres faster than oracle?
what is the dual table in oracle?
what is a Nested Loop join?
Is rowid unique in oracle?
How to display employee records who gets more salary than the average salary in the department?
15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.