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, 4 months agojuliom6
Most Recent 1 year, 1 month ago4be8126
1 year, 7 months agoZSun
1 year, 6 months agoSeeker_thunder
1 year, 1 month ago65bd33e
8 months ago