Excuse my newbie question. I'm trying to use the join tool similar to using vlookup in excel. The only issue I see is that if the data does not match, it removes the rows that do not match between the 2 files for the J output.
Example:
If I have the 2 inputs going into a join tool, it will output the matching 11 rows and not the rest.
Input 1

Input 2

Instead of this output:

I would want this output:

How can I do this?