Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Product Name Formatting | Advanced SQL for Data Analysis
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
SQL for Data Analysis

bookChallenge: Product Name Formatting

Task

Swipe to start coding

Transform product names for reporting using string functions. Select all products from the products table. For each product, display:

  • The product ID.
  • The original product name.
  • The product name in all uppercase letters.
  • The first 3 letters of the product name.

Solution

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 4. ChapterΒ 7
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

Suggested prompts:

Can you explain this in simpler terms?

What are some examples related to this topic?

Where can I learn more about this?

close

bookChallenge: Product Name Formatting

Swipe to show menu

Task

Swipe to start coding

Transform product names for reporting using string functions. Select all products from the products table. For each product, display:

  • The product ID.
  • The original product name.
  • The product name in all uppercase letters.
  • The first 3 letters of the product name.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 4. ChapterΒ 7
single

single

some-alt