I have a person address table and a person table. A person can have different address types (HOME, MAIL, etc.). Everyone in the database should have a MAIL address type but sometimes that type is not entered.
I know how to include where address type is MAIL but then how do I also get a person in the retrieval where they don't have a MAIL type address?
Person Table
ID
First Name
Last Name, etc.
Person Address Table
ID
Address Type
Address1, etc.
Thank you
I know how to include where address type is MAIL but then how do I also get a person in the retrieval where they don't have a MAIL type address?
Person Table
ID
First Name
Last Name, etc.
Person Address Table
ID
Address Type
Address1, etc.
Thank you