CustomerTable - customerId, Name, City, StatusId, TypeId
StatusTable - statusId, status
TypeTable - TypeId, Type
Now, how can i create Enum in CustomerBO to handle these 2 fields [StatusId,TypeId] and also bind the dropdowns in Customer webform with the complete list of Status & Types.
As for your parent-child relationships, look in the help under: Business Layer -> Common Business Object Tasks -> Defining a relationship between business objects
If this doesn't get you going let me know.