inserts

in #coding2 years ago

INSERT INTO Product (product_id, product_name, price, description, category_id)
VALUES
(1, 'iPhone 13 Pro', 999.99, 'Latest and greatest iPhone', 1),
(2, 'Blue Jeans', 49.99, 'Classic denim pants', 2),
(3, 'Running Shoes', 79.99, 'Comfortable running shoes', 2),
(4, 'Coffee Maker', 149.99, 'Brews up to 12 cups', 3),
(5, 'Stand Mixer', 199.99, 'Powerful kitchen mixer', 3),
(6, 'Tennis Racquet', 129.99, 'High-quality racquet for tennis players', 4),
(7, 'LEGO Set', 79.99, 'Popular building toy set', 4),
(8, 'Yoga Mat', 29.99, 'Non-slip yoga mat', 4),
(9, 'Golf Balls', 19.99, 'Set of 12 golf balls', 4),
(10, 'Golf Clubs', 399.99, 'Complete set of golf clubs', 4);

Coin Marketplace

STEEM 0.18
TRX 0.15
JST 0.029
BTC 63508.13
ETH 2493.92
USDT 1.00
SBD 2.68