select query going on full table scan
Hi all,
I m executing one select query which is going on full table scan for 2 tables out of five tables.
below is the query:
Select a.action_type OrderActionType,
- a.status OrderActionStatus,
- a.order_unit_id OrderActionId,
- b.vodafone_order_ref,
- a.ap_id MainComponentID,
- a.parent_relation OrderActionLevelType,
- c.action_type ComponentLevelActionType,
- c.offer_def_id Component_ID,
- d.caption ComponentName
From vfpoms.tborder_action a, vfpoms.tborder_header b, vfpoms.tbap_item c, vfpoms.tbcatalog_item d,tbdynamic_bill_prop e
where a.order_id = b.order_id
and a.order_unit_id = c.order_action_id