Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Joins combine records from two or more tables. Joins are a way of combining fields from two tables by using values common to each. To create a Join grab a column from a table entity and drop it off on a column in another table entity.

Image Modified

As soon as the column is released a Join Line is created and the corresponding SQL statement for it appears in the SQL Pane. The columns which are joined also highlight with a green background color in each table entity.

...