1: 2: 3:
SELECT a.*, (select top 1 PeopleID from tbl_PI where InterestsID = a.ID and PeopleID = b.PeopleID) FROM tbl_Interests a, (select distinct PeopleID from tbl_PI) b order by b.PeopleID, a.ID