KnowledgeBoat Logo

Informatics Practices

Which of the following functions returns the substring from a given string ?

  1. MID
  2. INSTR
  3. SUBSTR
  4. CHAR

SQL Queries

3 Likes

Answer

MID, SUBSTR

Reason — The SUBSTRING()/SUBSTR() and MID() functions can be used to extract substrings from a given string.

Answered By

3 Likes


Related Questions