Which function would you use to remove leading and trailing spaces from a customer's full name before comparing it in a WHERE clause?
What does the **LENGTH** function return in MySQL?
What does the **CONCAT** function do when joining multiple strings without any explicit separators?
If a string is longer than the target length in LPAD or RPAD, what happens?
What is the primary purpose of using **UPPER()** or **LOWER()** functions in a **WHERE** clause?
Why use **LOWER** with SUBSTRING_INDEX in email domain filtering?
What does the **REPLACE** function do in MySQL?
Score: 0 / 7