MySQL INSERT INTO Statement

The INSERT INTO statement is used to insert new records in a table. First, specify the table name and a list of comma-separated columns inside parentheses after the INSERT INTO clause. Then, put a comma-separated list of values of the corresponding columns inside the … Continue reading MySQL INSERT INTO Statement