View Single Post
Join Date: Jan 2009
Posts: 3
Reputation: DBGuy007 is an unknown quantity at this point 
Solved Threads: 0
DBGuy007 DBGuy007 is offline Offline
Newbie Poster

Re: Need help in designing some tables

 
0
  #3
Jan 11th, 2009
I thougt of 2 possibilites:
Possibility 1.
Table 1: French vocabulary
Table 2: English vocabulary
Table 3: Translation table containing primary keys of table 1 and 2

Possibility 2.
French vocabulary and English vocabulary in one table where the French and English fields contain one or more vocables delimited by a ';'

Is there another possibility I haven't thought of?

Thanks in advance.
Regards,

DBGuy007
Reply With Quote