Joining two database tables
Now that we have filtered for active employees, the HR department wants to analyze employee training data alongside employee records.
You will join the filtered employees
table with the training_records
table to achieve this. By performing this join directly on the database, you will streamline the data processing and ensure the analysis includes only relevant and up-to-date information.
This exercise is part of the course
Data Manipulation in KNIME
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
