I am trying to create a database with multiple tables and relationships - with queries needing data from multiple tables, etc.
Ive got most of it worked out in my head. But I was wondering if there was a database visualisation tool available so that I could visually look at everything and move things around as necessary.
Preferably freeware. I have seen an option (shareware) that allows this as well as generates the create table scripts for SQL etc.
The database will probably be accessed over the internet with the use of PHP and mySQL once I get it all figured out.