Hi! I have a problem in finding the best way to store all information that I can find on Internet about every company into a database. I mean, I need to find an Entity Relationship Model. But,I am confused, because first I thought to have something like this:
Branch{id_b, branch}
Company {id_c, id_b, company}
Brands {id_brand, id_c, brand}
Products {id_p, id_brand, product, caracteristics}
but, I dont know how to store information about history, financials,board of management, or some articles about these companies, or other things.
as well I need a table like:
internet_sources {id, type, url, contence}
so, if you have any sugestions, please help me!
thanks!
Branch{id_b, branch}
Company {id_c, id_b, company}
Brands {id_brand, id_c, brand}
Products {id_p, id_brand, product, caracteristics}
but, I dont know how to store information about history, financials,board of management, or some articles about these companies, or other things.
as well I need a table like:
internet_sources {id, type, url, contence}
so, if you have any sugestions, please help me!
thanks!