I am a complete novice when it comes to database designs. I will like to design a database that contains in each row – the name of a country, The address of the country’s foreign ministry and the addresses of their embassies abroad
Will it make sense to have all this information in one table
e.g.
ID|Country| ForeignMinistry|EmbAlbania|EmbAlgeria etc
Considering that the number of columns might grow to more than 200!
Is there a better way to break this information down into more tables?
Thanks
Will it make sense to have all this information in one table
e.g.
ID|Country| ForeignMinistry|EmbAlbania|EmbAlgeria etc
Considering that the number of columns might grow to more than 200!
Is there a better way to break this information down into more tables?
Thanks