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
How to store only time; not date and time?
how do u setup a replication site?
What is a nested table?
Explain the difference between sap and oracle?
What do you understand by database schema and what does it hold?
What is a subquery in oracle?
What is a trigger and what are its types?
Difference between oracle's plus (+) notation and ansi join notation?
What is the use of file param in imp command?
How to retrieve data from an explicit cursor?
How to call a stored function in oracle?
If any one has information regarding interview of NIC (National Informatics Centre),it would be of great help...
How to write a query with a right outer join in oracle?
What are the various constraints used in oracle?
What exactly do quotation marks around the table name do?