Active persons with no email Active persons with no email SELECT Person WHERE email= '' false 3 3 <p>Add an email address for each person</p> Active teams with no members Active teams with no members SELECT Team AS t JOIN lnkPersonToTeam AS l ON l.team_id=t.id true 4 4 <p>Add at least on member in each team</p>