what is insert all statement in sql

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


Please Help Members By Posting Answers For Below Questions

How do you store pictures in a database?

750


What is a trace file and how is it created in oracle?

766


Can we convert a date to char in oracle and if so, what would be the syntax?

778


why dont we assign not null constraint as table level constraint.

2499


What happens to the indexes if a table is recovered?

766


Difference between pre-select and pre-query

792


Why packages are used in oracle?

792


Explain enable novalidate constraint.

801


What is an oracle recycle bin?

729


How to write a query with an inner join in oracle?

786


How to store only time; not date and time?

743


What is query image?

752


what is the difference between restoring and recovering?

769


What is tns name?

735


Is oracle the best database?

713