Inserts

in coding •  2 years ago 

INSERT INTO Credit_Card (card_id, user_id, card_number, expiration_month, expiration_year, security_code)
VALUES
(1, 1, '1111222233334444', '12', '2025', '123'),
(2, 2, '5555666677778888', '06', '2024', '456'),
(3, 3, '9999888877776666', '09', '2023', '789');

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!