MySQL Forums
Forum List  »  Newbie

Re: Making Tables from Values in a Field
Posted by: Peter Brawley
Date: October 18, 2017 02:52PM

> My final product is one database with rows

You appear to mean a table.

> that contain article titles in English and the number of countries of origins of the IP edits.

That appears to require a two-column table with columns artivcleID and countryID

> belgium.abkhazian is the Abhazian edits from Belgium that will be located in the Belgium database.

Bad design mistake, would make the resulting database pretty much unusable.

Before trying to design a car you propose to build, you'd study automotive design. Before trying to design a database, you need to study database design. Before you go any further, google for articles on relational database design, and study them.



Edited 1 time(s). Last edit at 10/18/2017 03:43PM by Peter Brawley.

Options: ReplyQuote


Subject
Written By
Posted
Re: Making Tables from Values in a Field
October 18, 2017 02:52PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.