Multiple Table Insert in Oracle
Multiple Table Insert in Oracle
INSERT INTO..SELECT statement can be used to insert data into multiple target tables based on certain conditions.
Types of Multiple Table Insert:
- UNCONDITIONAL ALL INSERT
- CONDITIONAL ALL INSERT
- CONDITIONAL FIRST INSERT
- PIVOT INSERT