The Tag Order
A hard SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- hard
- Seniority
- L3
Problem
The data quality team is standardizing event metadata. For all signup events, normalize the tags column to lowercase. Return the event ID and the normalized tags, ordered by event ID.
Summary
Tags arrived in chaos. The system needs them in line.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.