outer_join_type

outer_join_type 
      ::= 
      "left" 
      | "right" 
      | "full" 

[rule list]
This rule is called by

-> join_type