Database Design
Hi Ppl,
What is the best way to insert this chart(it's data) in database.
NAPIER
8TE AUTE
105NORSEWOOD
15105DANNEVIRKE
1815105WOODVILLE
201815105PALMERSTON NORTH
This chart represents a fare from one city to another. I need to store these fares in a database. What I have done now is created 3 fields in db i.e "from city", "to city" and "fare". And inserted fare from each city to other.
Please suggest me what is the best way to do it.
Thanks in advance.

