Question:

Which of the following are text functions? (A) MID()
(B) INSTR()
(C) SUBSTR()
(D) LENGTH()

Show Hint

String functions include \texttt{LENGTH()}, \texttt{UPPER()}, \texttt{LOWER()}, \texttt{SUBSTR()}, \texttt{INSTR()}, etc. Useful for text manipulation.
Updated On: Sep 18, 2025
  • (A), (B) and (D) only
  • (A), (B) and (C) only
  • (A), (B), (C) and (D)
  • (B), (C) and (D) only
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Step 1: Recall definitions of text functions.
- MID(): Extracts substring from text (like SUBSTR).
- INSTR(): Returns the position of a substring within a string.
- SUBSTR(): Extracts part of a string.
- LENGTH(): Returns length of string.

Step 2: Conclusion.
All four functions (MID, INSTR, SUBSTR, LENGTH) are text/string functions.
Final Answer: \[ \boxed{(A), (B), (C) \text{ and } (D)} \]
Was this answer helpful?
0
0

Questions Asked in CUET exam

View More Questions