Edit this Page
INSERT queries are used to add rows of data into a table.
INSERT
Syntax: INSERT INTO people (name, age, birth_date) VALUES ("Zee", 12, "2002-12-25");
INSERT INTO people (name, age, birth_date) VALUES ("Zee", 12, "2002-12-25");