Join the results of the in-line view with the third table.
The WHERE clause specifies the columns that join the table with the in-line
view. Note that the WHERE clause specifies the renamed Emp_ID column from
the in-line view.
proclib.superv2 v
where three.Emp_ID=v.supid;