Visual Representation Of Database Schema
        Posted  
        
            by Richard Knop
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Richard Knop
        
        
        
        Published on 2010-03-14T03:33:14Z
        Indexed on 
            2010/03/14
            3:35 UTC
        
        
        Read the original article
        Hit count: 384
        
is there some standard about how to graphically represent database schemas? Is UML a defacto standard for this?
Also, is there some free tool that can help me convert an sql file (basically bunch of CREATE TABLE queries) into some nice graph (UML or not UML)?
© Stack Overflow or respective owner