Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to populate data in table from multiple tables with no relationships between source tables?

4022626Dec 4 2019 — edited Dec 5 2019

How to populate a table with data from maultiple tables for different columns when there is no relationship between the tables.

I created a new table and need to import data for column A-F from table1, column G-H from table2 and column I from table 3 and there is no relationship between the 3 tables.

I have created FKs in the new table for with Table 1, 2 and 3.

Can I use multiple select statements for insert into?

Thanks,

Blyzz

Comments
Post Details
Added on Dec 4 2019
3 comments
776 views