Section 1. Chapitre 2
single
Challenge: Standardize Customer Names
Glissez pour afficher le menu
Tâche
Glissez pour commencer à coder
Write a SQL query against the customers table that returns each customer's name in uppercase along with its character count.
- Select from the
customerstable - Return exactly two columns:
uppercase_name— the customer's name converted to uppercase usingUPPER()name_length— the number of characters in the original name usingLENGTH()
- Column aliases must match exactly:
uppercase_nameandname_length
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 2
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion