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
What are the different types of failures that occur in Oracle database?
How to recover a dropped table in oracle?
Explain do view contain data?
What happens to the current transaction if the session is ended?
How to create a table interactively?
how to make an oracle object
how can db_files > maxdatafiles since db_files is for instance and the later is for database
State any two functions of oracle?
Why oracle is used?
How to connect ms access to oracle servers?
What is a lookup table in oracle?
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
When do I need to use a semicolon vs a slash in oracle sql?
What do you mean by a deadlock?
How to get the Installed Oracle Version Information ?