I have a parent and child table
for each record in the parent table there are multiple corresponding records in the child table
I want to query out the latest data from the child table for each record in the parent table
how ca i do that
remember the parent and child table have a foreign key relationship
thanks
for each record in the parent table there are multiple corresponding records in the child table
I want to query out the latest data from the child table for each record in the parent table
how ca i do that
remember the parent and child table have a foreign key relationship
thanks