adspace
Can you load data into multiple tables at once? : aql loader
Answer Posted / 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 View All Answers
how to use regular expression in pattern match conditions? : Sql dba
how to escape special characters in sql statements? : Sql dba
define sql insert statement ? : Sql dba
Can we use distinct and group by together?
how to start mysql server? : Sql dba
What is your daily office routine?
Is inner join faster than left join?
Can delete statement be rollbacked?
What is the current version of postgresql?
How do I remove duplicates in two columns?
Do we need to rebuild index after truncate?
What is the current version of sql?
what are aggregate and scalar functions? : Sql dba
Does group by remove duplicates?
what is collation? : Sql dba