I have a relational database with three tables. The first containts id\'s that relate to the second. The second contains id\'s that relate to the third. The third contains the r
Use the JOIN command to link your tables to oneantother.
Additionally I'd recommend this tutorial by Keith Brown.