Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Oppiskele Challenge: Product Name Formatting | Advanced SQL for Data Analysis
SQL for Data Analysis

bookChallenge: Product Name Formatting

Tehtävä

Swipe to start coding

  1. Select all rows from the products table.
  2. Include product_id and the original product_name in the result.
  3. Add a new column that converts product_name to uppercase using a string function.
  4. Add another new column that extracts the first 3 characters of product_name using a string function.
  5. Give both new columns clear aliases: product_name_upper and product_name_first3.

Ratkaisu

Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 4. Luku 7
single

single

Kysy tekoälyä

expand

Kysy tekoälyä

ChatGPT

Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme

close

bookChallenge: Product Name Formatting

Pyyhkäise näyttääksesi valikon

Tehtävä

Swipe to start coding

  1. Select all rows from the products table.
  2. Include product_id and the original product_name in the result.
  3. Add a new column that converts product_name to uppercase using a string function.
  4. Add another new column that extracts the first 3 characters of product_name using a string function.
  5. Give both new columns clear aliases: product_name_upper and product_name_first3.

Ratkaisu

Switch to desktopVaihda työpöytään todellista harjoitusta vartenJatka siitä, missä olet käyttämällä jotakin alla olevista vaihtoehdoista
Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 4. Luku 7
single

single

some-alt