Show TOC

joined_tableLocate this document in the navigation structure

			
<joined_table>::=
  <from_table_spec>
| <from_table_spec> [INNER] JOIN <from_table_spec> <join_spec>
| <from_table_spec> [LEFT [OUTER] | [RIGHT [OUTER] | FULL [OUTER]] JOIN <from_table_spec> <join_spec>