Problem Description

Create a query that removes spaces and lowercases product names for matching a user input.

Input Format

SQL query

Output Format

Result set

Sample Test Case

Input:
Products(name)
Output:
Normalized column

Constraints

Use REPLACE + LOWER

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next