Coortex, Cortex, Cortex… all you hear about is Cortex, and we want to give you plenty of opportunity to use all the new Cortex functions here at FROSTY_FRIDAY()
And of course this is a basic challenge because… well, the point of Cortex is to make data science very, very easy!
This week, we’ll be using the translate function. Below is your start up code:
CREATE OR REPLACE TABLE WEEK_87 AS
SELECT
'Happy Easter' AS greeting,
ARRAY_CONSTRUCT('DE', 'FR', 'IT', 'ES', 'PL', 'RO', 'JA', 'KO', 'PT') AS language_codes
;
Your end result should look like the below:
Good luck!