To remove the leading and trailing space from data values in a column of MySQL Table, we use
Trim()
Reason — The TRIM() function removes leading and trailing spaces from a given string. It performs combined functions of LTRIM() and RTRIM().
TRIM()
LTRIM()
RTRIM()