Skip to content
SQLSimplified
Data EngineerQuestion 20 of 55

Transform 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

Solution