Enter the table name
Enter the quantity of columns
Enter the sql data for each column, separated by \n. Information about column give separateb by space For example:
id int AUTO_INCREMENT
name VARCHAR(255)
designation VARCHAR(255)
PRIMARY KEY(id)
Create