Code has been added to clipboard!

Adding Values With Insert Into SQL

Example
INSERT INTO mytable_name
VALUES (value1, value2, value3, ...);