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
I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.
What is the difference between postgresql and oracle?
Please explain oracle data types with examples?
How to get last row id?
How to assign a tablespace to a users in oracle?
What is a relational database management system?
What is the relationship among database, tablespace and data file?
What is a system tablespace?
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
Can you drop an index associated with a unique or primary key constraint?
How to display employee records who gets more salary than the average salary in the department?
How to drop an existing table in oracle?
What is the disadvantage of User defind function?
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?