table_reference
{ [join_type] JOIN table_reference 
  { ON condition | USING ( column [, column]... ) }
| { CROSS JOIN | NATURAL [join_type] JOIN table_reference }
}

For information on the symbols and conventions of Backus-Naur Form (BNF) syntax, see Appendix A.