Insert (SQL)

Edit this Page

INSERT queries are used to add rows of data into a table.

Syntax: INSERT INTO people (name, age, birth_date) VALUES ("Zee", 12, "2002-12-25");