Join

Outputs the natural join of two relations (tables) where attributes (columns) are matched by name. Matching attributes must be of the same type.

There is no outer join, tuples (rows) that do not match are dropped from the output. Optionally the output may be restricted to just the attributes of the left hand relation (semijoin), or the inverse of that (antijoin).

Options

Join
Output tuples contain all attributes from both inputs.
Semijoin
Output tuples from the left relation that match a tuple from the right relation.
Antijoin
Output tuples from the left relation that DO NOT match a tuple from the right relation.

Input Ports

Icon
The left (top) input relation.
Icon
The right (bottom) input relation.

Output Ports

Icon
The output relation resulting from the join.

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.