How can I make tables in MySQL?
        Posted  
        
            by Sergio Tapia
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sergio Tapia
        
        
        
        Published on 2010-03-07T11:59:20Z
        Indexed on 
            2010/03/08
            9:06 UTC
        
        
        Read the original article
        Hit count: 514
        
I have two distinct scenarios.
One, where there is a many to many case, you must create a third table. But I'm not familiar with MySQL syntaxis.

Two, is this one:

How can I declare using SQL code?
© Stack Overflow or respective owner