A join condition defining how two tables are related in a database query. The join conditions specify the alias for the left side of the join and the field names to join on.
Indicates whether the join is an inner join (true) or outer join (false).
The field name from the left table to join on.
The alias of the left table in the join operation.
The field name from the right table to join on.
A join condition defining how two tables are related in a database query. The join conditions specify the alias for the left side of the join and the field names to join on.