I am having problem understanding how merged schema works. If I have two tables from two discrete database systems
Company A work (work_ID, name, job_type, place, salary) Company B job (job_ID, name, work_type, net_Value) How can I create a merged schema?