Informatics Practices

INSTR() and SUBSTR() work identically.

SQL Queries

1 Like

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

3 Likes


Related Questions