I have three tables client, episode, notes
there is a unique client id
there are multiple episodes per client identified uniquely by date/time
there are multiple notes per episode with a unique creation date/time
I want to query joining the three tables and end up with one record that...