mysql - understand table flow -


today got db dump understand table flow structure; uploaded dump on mysql. there 3 databases 1st db has 10 tables every table has primary key, , multi key 2nd db has 3 every table has primary key, , multi key 3rd db has 101 every table has primary key, , multi key

but there no foreign key. how can understand table data flow .

if don't have relationship defined can query tables find common columns/fields can used define relations. can try mysql workbench gives option reverse engineer database:

http://dev.mysql.com/workbench/ 

it create database diagram selected tables based on relationships.


Comments

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -