0 By Praveen Macherla In Data Definition Language (DDL)Posted October 18, 2016CREATE TABLE SyntaxTo create table we use the CREATE TABLE statement. The typical form of SQL CREATE TABLE statement is as follows: CREATE TABLE [IF NOT EXISTS] table_name( column_list ) engine=table_type MySQL [...] READ MORE