Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Mask Sensitive Information | Section
Functions in SQL
Sectionย 1. Chapterย 5
single

single

bookChallenge: Mask Sensitive Information

Swipe to show menu

Task

Swipe to start coding

Write a query to anonymize customer names by replacing all but the first letter of each name with asterisks.

  • Select all columns from the customers table.
  • For the masked_name column, concatenate the first letter of the name with a string of asterisks equal in length to the remaining characters in the name.
  • Ensure that only the first character of each name is visible, with the rest replaced by asterisks.

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ย 1. Chapterย 5
single

single

Ask AI

expand

Ask AI

ChatGPT

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

some-alt