Inserts

in coding •  2 years ago 

INSERT INTO Address (address_id, user_id, address_line_1, address_line_2, city, state, zip_code, country)
VALUES
(1, 1, '123 Main St', 'Apt 2', 'Anytown', 'CA', '12345', 'USA'),
(2, 2, '456 Elm St', '', 'Smallville', 'NY', '67890', 'USA'),
(3, 3, '789 Oak St', '', 'Bigcity', 'TX', '23456', 'USA');

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!