Quite new to SQL and no idea how to do this. Have two tables:
Table 1 is employees: (Column Name), (Data Type), (Allow Nulls)
ID, int, no nulls
Empname, varchar(50), no nulls
team, varchar(10), nulls
branch, varchar(5), no nulls
position, varchar(2), nulls
Table 2 is RAWH: (Column Name), (Data...