Where clause inner join

The syntax for the WHERE clause with INNER JOIN in BNF is as follows:

Syntax

where_clause_inner_join ::=
FROM table_ref, table_ref WHERE search_condition