The syntax for joined tables in BNF is as follows:

Syntax

joined_table ::=
 { table_ref CROSS JOIN table_ref
   | table_ref[ INNER | LEFT [ OUTER ]] JOIN
    table_ref ON search_condition}