Two simple tables:
T1
ContactId, Name, Department
T2
AddressId OwnerId Address Added
What I need to output is: ContactId, Name, Department, Address however I only want one record per cusomer, the oldest based on Added (datetime).
Is this possible?