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

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -