sql to retrieve all order and product details in magento
I want to retrieve all details related to an order such as order_id, products related to that order and product attributes such as size, price and color in magento database. This is the query I have currently used to retrieve…