LISTING 4: Store Tables in Heaps SELECT order_tab.order_no, order_tab.order_date, position.description FROM order_tab, position WHERE order_tab.order_no = position.order_no AND order_tab.order_no BETWEEN 1 AND 10