INSERT INTO order_items (order_id, product_id, quantity, price)
                       VALUES ('1', '6', '5', '3')
INSERT INTO order_items (order_id, product_id, quantity, price)
                       VALUES ('2', '6', '1', '3')
INSERT INTO order_items (order_id, product_id, quantity, price)
                       VALUES ('3', '5', '4', '5')
INSERT INTO order_items (order_id, product_id, quantity, price)
                       VALUES ('4', '7', '1', '3')
INSERT INTO order_items (order_id, product_id, quantity, price)
                       VALUES ('5', '7', '1', '3')
INSERT INTO order_items (order_id, product_id, quantity, price)
                       VALUES ('6', '12', '4', '3')
INSERT INTO order_items (order_id, product_id, quantity, price)
                       VALUES ('7', '12', '3', '3')
INSERT INTO order_items (order_id, product_id, quantity, price)
                       VALUES ('8', '12', '1', '3')
INSERT INTO order_items (order_id, product_id, quantity, price)
                       VALUES ('9', '12', '4', '3')
INSERT INTO order_items (order_id, product_id, quantity, price)
                       VALUES ('10', '12', '2', '3')
INSERT INTO order_items (order_id, product_id, quantity, price)
                       VALUES ('11', '12', '1', '3')
INSERT INTO order_items (order_id, product_id, quantity, price)
                       VALUES ('12', '12', '1', '3')
INSERT INTO order_items (order_id, product_id, quantity, price)
                       VALUES ('13', '12', '1', '3')
INSERT INTO order_items (order_id, product_id, quantity, price)
                       VALUES ('14', '12', '1', '3')
INSERT INTO order_items (order_id, product_id, quantity, price)
                       VALUES ('15', '12', '4', '3')
INSERT INTO order_items (order_id, product_id, quantity, price)
                       VALUES ('1', '1', '1', '2')
INSERT INTO order_items (order_id, product_id, quantity, price)
                       VALUES ('2', '1', '1', '2')
INSERT INTO order_items (order_id, product_id, quantity, price)
                       VALUES ('3', '1', '1', '2')
