I am creating a database from my Excel spreadsheet. I have an issue with normalization. I have two separate tables—tblCompanies and tblCompanyNames. tblCompanies gives other data about the company—such as, size, industry, press awards, and so on. tblCompanyNames only list the company names and (N/A) when it is a blind ad, which I currently have about 400 blind ads I responded to. I do not want duplicate company names in database.
Should I have one table (tblCompanies) and leave the company name field blank? Is there another approach to handling situations like this?
Should I have one table (tblCompanies) and leave the company name field blank? Is there another approach to handling situations like this?