inserts

in #codinglast year

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.17
TRX 0.12
JST 0.027
BTC 62678.63
ETH 3015.27
USDT 1.00
SBD 2.49