Can you load data into multiple tables at once? : aql loader



Can you load data into multiple tables at once? : aql loader..

Answer / Raju Kumar Kushwaha

Yes, SQL*Loader allows you to insert data into multiple tables simultaneously by using the APPEND INTO or INSERT ALL statements in the control file.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

what is a cursor? : Sql dba

1 Answers  


What is rownum in sql?

1 Answers  


When we can declare a column as Unique and Not Null both at the same time. What is the use pf Primary Key then?

2 Answers   Accenture, Unisoft Infotech,


What are pl/sql cursor exceptions?

1 Answers  


Hello All, Could any well write a query for the following scenario. Account(table name) No Name Amount 1 ABCD 2000.00 2 DEFG -2000.00 3 GHIJ 3000.50 4 JKLM 4000.00 5 MNOP 6000.00 O/p Should be in this format No Name Credit Debit 1 ABCD 2000.00 0 2 DEFG 0 -2000.00 3 GHIJ 3000.50 4 JKLM 0 -4000.00 5 MNOP 6000.00 o could any one give appropriate query for this Thnks in Advance

5 Answers   Target,


I have a small PL/SQL Block assume in this way begin select * from emp where empno=100; exception when others then <Some Messages> when no_data_found then <Some Messages> when too_many_rows then <Some Messages> end; The question which he asked was whether this block will get executed normally or it will throw error ? If errored out then what is the reason for the error ? Could anybody please help me ? Regards Nakul Venkataraman

3 Answers   Satyam,


I have 2 packages A and B. Now package A references Package B and Package B references Package A. How do you compile such inter-dependent objects in PL/SQL

5 Answers   Doyensys, Infosys, Metric Stream,


What is query optimization in sql?

1 Answers  


Does sql support programming?

1 Answers  


What is int identity in sql?

1 Answers  


What is the criteria while applying index to any column on any table.

1 Answers   Infogain,


What is dba in sql? : SQL DBA

1 Answers  


Categories