CBSE Class 12 Informatics Practices Question 49 of 81

MySQL Functions — Question 7

Back to all questions
7
Question

Question 7

INSTR() and SUBSTR() work identically.

Answer

False

Reason — The INSTR() function searches for the given second string into the given first string, while the SUBSTR() function extracts a substring from a given string.