inner_cross_join_clause ::=
{
[
INNER
]
JOIN
table_reference
join_constraint
|
CROSS
JOIN
table_reference
}