Solved

Match the Following Terms with the Corresponding Description

Question 32

Matching

Match the following terms with the corresponding description:

Premises:
TRIM
LEFT
RIGHT
MID
SUBSTITUTE
Responses:
Returns the specified number of characters from the start of a text string
Returns the specified number of characters from the middle of a text string, based on a starting position and length
Removes leading and trailing spaces in a text string but maintains spaces between words in a text string
Returns the specified number of characters from the end of a text string
Replaces old text in a string with new text

Correct Answer:

TRIM
LEFT
RIGHT
MID
SUBSTITUTE
Related Questions