The correct answer is C - DataFrame.outerJoin(). The outer join operation can be performed by specifying the join type as "outer" when calling the outerJoin() function on a DataFrame. The join() function in Spark only performs an inner join, while the merge() function is not a valid function in Spark SQL. The crossJoin() function performs a Cartesian product between two DataFrames, which is not an outer join.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
cookiemonster42
Highly Voted 1 year agojuliom6
Most Recent 9 months ago4be8126
1 year, 3 months agoZSun
1 year, 2 months agoSeeker_thunder
8 months, 4 weeks ago65bd33e
3 months, 3 weeks ago