The code block shown below should efficiently perform a broadcast join of DataFrame storesDF and the much larger DataFrame employeesDF using key column storeId.
Choose the response that correctly fills in the numbered blanks within the code block to complete this task.
Code block:
__1__.join(__2__(__3__), "storeId")