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);
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!
If you enjoyed what you read here, create your account today and start earning FREE STEEM!