CBSE Class 12 Informatics Practices Question 47 of 81

MySQL Functions — Question 5

Back to all questions
5
Question

Question 5

Functions MID() and SUBSTR() do the same thing.

Answer

True

Reason — Both the functions MID() and SUBSTR() extract a substring from a given string.