Q. The mode that does not remove trailing spaces when CHAR values are retrieved is . . . . . . . .
β
Correct Answer: (A)
PAD_CHAR_TO_FULL_LENGTH
Explanation: This question is about how MySQL handles spaces in CHAR data types. CHAR is used to store fixed-length strings.