Computer Science, asked by amaanchauhanpnd, 3 months ago

write the difference between left right and mid function​

Answers

Answered by Ashikiqbal03
1

Answer:

The 'LEFT', 'MID', and 'RIGHT' functions are designed to allow us to parse out substrings from a single string of data based on that substring's relative position within the source string. The syntax for the 'LEFT' and 'RIGHT' functions are exactly the same while the 'MID' function contains one additional parameter.

Similar questions