I have a client table, and a detail table. Each client has a set of details which are transactions they made. How do I find the most recent Transaction in the detail table? Each transaction has a date. What kind of statement would find the most recent date in a set of records?