Multiple choice technology databases

which keyword can be placed in trim function...?

  1. tailoring

  2. travelling

  3. trailing

  4. trucking

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The TRIM function in SQL uses keywords like LEADING, TRAILING, or BOTH to specify which characters to remove. 'Trailing' removes characters from the end of a string. The other options are not valid TRIM keywords.