5.2.1 Inner Join
The most commonly-used join type is the inner join. The inner join of two tables can be described in the following way: “First pair every row of the first base table with every row of the second base table (Cartesian product), and then delete any row in the product where the values in the join columns do not satisfy the specified join condition.” See the Joining Tables section for more general information about joins.
You can create an inner join either by dragging columns or by using the 'Join Table' button.
| << 5.2 Joining Tables | © 1996-2013 InetSoft Technology Corporation (v11.4) | Creating a Inner Join by Dragging Columns >> |