Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Challenge: Standardize Customer Names | String Functions
Functions in SQL
Section 1. Chapitre 2
single

single

bookChallenge: 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 customers table
  • Return exactly two columns:
    • uppercase_name — the customer's name converted to uppercase using UPPER()
    • name_length — the number of characters in the original name using LENGTH()
  • Column aliases must match exactly: uppercase_name and name_length

Solution

Switch to desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 1. Chapitre 2
single

single

Demandez à l'IA

expand

Demandez à l'IA

ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

some-alt