STRIP(string) returns the same result as :

  1. TRIMN(LEFT(string))

  2. TRIM(LEFT(string))

  3. TRIMN(RIGHT(string))

  4. TRIM(RIGHT(string))


Correct Option: A

Find more quizzes: