Table of Contents

Oracle Database - Execution Plan Predicate

About

An execution plan can show two type of predicates:

Example

select * from employees
where 
employee_id > 70 and
last_name like 'King%'

Oracle Database Predicate

Documentation / Reference