Home »
MCQs »
Transact-SQL (T-SQL) MCQs
Which of the following functions eliminate the blanks which are there after the given string?
55. Which of the following functions eliminate the blanks which are there after the given string?
- TRIM
- LTRIM
- ETRIM
- RTRIM
Answer: D) RTRIM
Explanation:
RTRIM function eliminates the blanks which are there after the given string.