Types of Directives:Access Methods
index - forces use of a subset of specified indexes
index_one - forces use of one of the specified indexes
index_all - forces use of all of the specified indexes
avoid_index - avoids use of specified indexes
full - forces sequential scan of specified table
avoid_full - avoids sequential scan of specified table