To be clear, in WooCommerce 2.x, orders are stored in the post table, postmeta table, woocommerce_order_items, and woocommerce_order_itemmeta tables. Various parts of an order are stored in different tables.
In WooCommerce 1.x, there were woocommerce_order_items woocommerce_order_itemmeta tables.