Challenge: Standardize Customer Names
Task
Swipe to start coding
Write a query to display each customer name in uppercase along with the length of that name.
- Select all customer names from the
customerstable. - Convert each name to uppercase.
- Calculate the length of each name.
- Return both the uppercase name and its length.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 2
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 2.86
Challenge: Standardize Customer Names
Swipe to show menu
Task
Swipe to start coding
Write a query to display each customer name in uppercase along with the length of that name.
- Select all customer names from the
customerstable. - Convert each name to uppercase.
- Calculate the length of each name.
- Return both the uppercase name and its length.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 2
single