Computer Science, asked by TbiaSamishta, 1 year ago

Following operations can be performed using string operation command? A.Join B.Compare C.Trim D.All

Answers

Answered by Arslankincsem
5

The correct answer is TRIM.


TRIM operation can be performed using string operation command.


Other operations like COMPARE and JOIN cannot be performed using string operation command.


A JOIN operation joins one or more columns of one or more tables using the common factor between them.


COMPARE operator on the other hand compares two values and gives the results based on its analysis.

Similar questions