The INSERT INTO SQL statement impregnates our table with data. Here is a general form of INSERT.
INSERT INTO table_name (column1, column2....) VALUES (value1, value2,....)
HTML,JAVA,MYSQL,PHP,AJAX Make Your own website
The INSERT INTO SQL statement impregnates our table with data. Here is a general form of INSERT.
INSERT INTO table_name (column1, column2....) VALUES (value1, value2,....)