Joined Table

Description

A joined table specifies an intermediate result table that is the result of either an inner join or an outer join. The table is derived by applying one of the join operators: CROSS, INNER, LEFT OUTER, RIGHT OUTER, or FULL OUTER to its operands.

Click here to navigate to the IBM DB2 docs page for this syntax.

Grammar Syntax

Sample Source Patterns

In order to test the JOIN, first we need some tables with some data.

Note that the following samples can be done in both IBM DB2 and Snowflake.

Now that we have some tables, we can do some examples with joins.

Last updated

Was this helpful?