MASTER table
Columns: SSN EMAIL
EMPDET table
Columns: EMPID EMAIL
EMP table
Columns: EMPID SSN
Need to populate email column in EMPDET table from email in MASTER table. EMPDET table has no SSN. So, EMP has to be joined. Can we do it using SQL? Or is PL/SQL necessary? If so, can someone suggest a query? Thanks in advance. P.S Its not a HW question.
Columns: SSN EMAIL
EMPDET table
Columns: EMPID EMAIL
EMP table
Columns: EMPID SSN
Need to populate email column in EMPDET table from email in MASTER table. EMPDET table has no SSN. So, EMP has to be joined. Can we do it using SQL? Or is PL/SQL necessary? If so, can someone suggest a query? Thanks in advance. P.S Its not a HW question.