14:03:42 SELECT MC.mql_id, EOI.seller_id, EO.order_id, EP.product_id,ECN.product_category_name_english FROM olist_marketing_qualified_leads MM JOIN olist_closed_deals MC ON MM.mql_id = MC.mql_id JOIN olist_ecommerce.olist_order_items_dataset EOI ON MC.seller_id = EOI.seller_id JOIN olist_ecommerce.olist_orders_dataset EO ON EOI.order_id = EO.order_id JOIN olist_ecommerce.olist_products_dataset E..