Answer Posted / ankit
An insert all statement allows you to insert data into
multiple table with a single statement. For example:
INSERT ALL
INTO TABLE1(COLUMN1, COLUMN 2) VALUES('A','B')
INTO TABLE2(COLUMN 3,COLUMN4) VALUES ('1','2')
INTO TABLE3(COLUMN5,COLUMN6) VALUES ('2','A')
FROM DUAL
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
material view and view disadvantages?
How to use "out" parameter properly?
How to rename an existing table?
How would you best determine why your MVIEW couldnt FAST REFRESH?
Explain the truncate in oracle?
Does facebook use oracle?
What is an Oracle index?
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
How to return top 5 rows in oracle?
Why use resource manager in Oracle?
WHAT IS THE DEFINITION OF DEFAULT CUSTOMER IN AR?
What is recovery manager in Oracle?
What is redo log?
How to invoke the original export import utilities?
What are privileges and grants?