0 By Praveen Macherla In Data Definition Language (DDL)Posted October 18, 2016ALTER TABLE SyntaxBesides creating table, MySQL allows you to alter existing table structures with a lot of options. Here is the ALTER TABLE statement: ALTER [IGNORE] TABLE table_name options[, options…] [...] READ MORE