INSERT INTO nexus_stores.cashier_shifts VALUES ( 30000, '68cdd3ec', NULL, 78, timestamp '2059-12-01 13:00:00', timestamp '2059-12-01 15:00:00' ); INSERT INTO nexus_stores.sales SELECT 325000, id AS product_id,'68cdd3ec',78,timestamp '2059-12-01 14:47:07' FROM nexus_stores.products WHERE name = 'Golden Apple';