We have a scenario where we need to display the latest notes entered.Parent table:ID, Amount Due, Due DateChild tableID, Parent table ID, creation date, notes entered We can have multiple child records for a given parent ID. In the listing table we w...