Here is some projects that I have done.
Possible answer to the following scenario:
select distinct a.Name from student a inner join backlog b on b.STUDENT_ID = a.ID;