Show TOC

from_table_specLocate this document in the navigation structure

			
<from_table_spec>::=
  <table_name> [AS] [<reference_name>]
| <result_table_name> [AS] [<reference_name>]
| (<query_expression>) [AS] [reference_name]
| <joined_table>
| (<from_table_spec>,...)