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

single

bookChallenge: Standardize Customer Names

Scorri per mostrare il menu

Compito

Scorri per iniziare a programmare

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

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 1. Capitolo 2
single

single

Chieda ad AI

expand

Chieda ad AI

ChatGPT

Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione

some-alt