PDA

View Full Version : Please explain connections between tables



GreedyGenius
01-10-2011, 05:47 PM
Hi.
What is the associations between those tables? Why aren't You using foreign keys?

pokerhands_hero
playerhandscashkeycolumns_hero
playerhandsflop_hero
playerhandsturn_hero

I thought that first two are connected using pokerhand_id, then 3rd is connected to 2nd using playerhand_id. And same with 4th. But I cannot find records confirming this.

Also what are the differences between those tables and tables without the _hero suffix? From what tables should I select to find hands I played?