---------- User ---------- user_ID(pk) UserEmail ---------- Employer1 ---------- Emp1ID(pk) Emp1NO ---------- Employer2 ---------- Emp2ID(pk) Emp2NO ---------- Pr
I would recommend not using the IN statement. Use EXISTS instead.
http://www.techonthenet.com/sql/exists.php
Example #1