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

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

548


What is the fastest query method to fetch data from the table?

863


Where do you use decode and case statements?

554


How to delete multiple rows from a table in oracle?

563


How do I recompile a procedure in oracle?

527






How do you bind variables in oracle?

544


How to create lov dynamically at runtime & attach to text field?

662


In SAP ECC 6.0 , under DB02 tcode , Tablespace name to be explain stepy step all the col

3700


what is the difference between substr and instr function in oracle?

584


Why do we use coalesce function in oracle?

629


Does facebook use oracle?

577


What is a procedure in oracle?

618


what is dynamic SGA and static SGA

3838


How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?

1827


If any one has information regarding interview of NIC (National Informatics Centre),it would be of great help...

1731