Code has been added to clipboard!

Adding Values With INSERT INTO SQL

Example
INSERT INTO Customers (Name, City)
VALUES ('Winston Wellington', 'Oslo');