I have the following structure:
List -->List_Participant -->Participant
so a list may contain several participants.I try to read this in java:
Nested query ? Something like Select * from List_Participant where name in (select name from List); This can be made to work for your third tabel as well.
Select * from List_Participant where name in (select name from List);