Informatics Practices

INSTR() and SUBSTR() work identically.

SQL Queries

3 Likes

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.

Answered By

1 Like


Related Questions