Quiz 3 Question 5 of 20

A SAS programmer discovers that two tables need to be joined on a common key but the key variable has different names: 'cust_id' in Table A and 'customer_id' in Table B. Which PROC SQL join syntax correctly handles this?

Select an answer to reveal the explanation.

Motivation