Here's a very simple db schema to illustrate my question :
There are 3 tables. T1, T2 and T3.
T1 has one to many relationship with T2.
And T2 has one to many relationship with T3.
How can I get all rows in T3 that are related to T1.Id (primary key in T1) ?