Challenge: Product Name Formatting
Tehtävä
Swipe to start coding
- Select all rows from the
productstable. - Include
product_idand the originalproduct_namein the result. - Add a new column that converts
product_nameto uppercase using a string function. - Add another new column that extracts the first 3 characters of
product_nameusing a string function. - Give both new columns clear aliases:
product_name_upperandproduct_name_first3.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 4. Luku 7
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Mahtavaa!
Completion arvosana parantunut arvoon 5.56
Challenge: Product Name Formatting
Pyyhkäise näyttääksesi valikon
Tehtävä
Swipe to start coding
- Select all rows from the
productstable. - Include
product_idand the originalproduct_namein the result. - Add a new column that converts
product_nameto uppercase using a string function. - Add another new column that extracts the first 3 characters of
product_nameusing a string function. - Give both new columns clear aliases:
product_name_upperandproduct_name_first3.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 4. Luku 7
single