Data EngineerQuestion 20 of 55Transform Data (ELT style)Problem Imagine the employees table is raw loaded data. Transform it by selecting first_name in all uppercase (as upper_name) and rounding the salary to the nearest integer. Try It Loading playground environment... Hint Show hint Solution Show solutionNext Question