Inserts

in coding •  2 years ago 

INSERT INTO User (user_id, first_name, last_name, email, password)
VALUES
(1, 'John', 'Doe', '[email protected]', 'password123'),
(2, 'Jane', 'Smith', '[email protected]', 'password456'),
(3, 'David', 'Lee', '[email protected]', 'password789');

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!