I have three DataTables with data:
table1 has columns AGE, FIRST_NAME, LAST_NAME, FAVORITE_COLOR, PHONE
table2 has columns AGE, FIRST_NAME, LAST_NAME, PHONE
table3 has columns AGE, LAST_NAME, FIRST_NAME, FAVORITE_COLOR, PHONE
I also have a fourth table which I need to fill with all data from the three previous tables.
table4 has columns AGE, LAST_NAME, FIRST_NAME, PHONE
Any ideas how this can be done?