Ultimate access to all questions.
In a scenario where you are working with a DataFrame 'df_employees' that includes columns 'employee_id', 'name', 'department', and 'salary', your task is to transform the 'employee_id' column, which contains arrays of integers, into a single column with all the integers using Spark SQL. Considering the need for efficiency and correctness, which of the following queries best accomplishes this task? Choose the best option.