Create a read-only table from a JOIN of two source tables.
The left source table (a Table instance or a table name string).
The right source table (a Table instance or a table name string).
Optional
Optional join configuration: { join_type?: "inner"|"left"|"outer", name?: string }
Create a read-only table from a JOIN of two source tables.