I have a couple of properties in my sql server SLS.Customer
table which are references to other tables. I can't think of proper names for those tables. Help please :)
Table1
: Contains the "How did you hear about us" values. (Example records: Through a friend, Advertisement, Seminar x, conference y, etc.)
Table2
: Contains various reasons a customer refused to buy our product.
Table3
: Contains the industry/business type a customer belongs to. (I thought of CustomerIndustry
or just Industry
but it sounds strange!!
Table4
: Contains contact info of the person(s) related to a customer entity (specially if the customer is a company, rather than an individual, I need contact info of a person in charge). This is different from the tables PartyAddress
and PartyPhones