what is insert all statement in sql

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


Please Help Members By Posting Answers For Below Questions

How to insert multiple rows with one insert statement in oracle?

566


What is a sub query? What are its various types?

581


How to list all indexes in your schema?

577


I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.

1854


What is bulk copy or bcp in oracle?

604






How to rebuild an index in oracle?

546


Explain oracle insert into command?

624


I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?

1967


When system tablespace is created?

601


How remove data files before opening a database?

556


What is a system tablespace?

596


Can a formula column be obtained through a select statement ?

1843


What are dml statements in oracle?

615


How do I spool to a csv formatted file using sqlplus?

542


How to commit the current transaction in oracle?

574