LISTING 6: Create Clustered Indexes CREATE UNIQUE CLUSTERED INDEX ci_order_orderno ON order_tab(order_no) CREATE CLUSTERED INDEX ci_pos_posno ON position(position_no)