What are the Text and Image Functions?A. PATINDEX,TEXTPTR,TEXTVALIDB. BINARY_CHECKSUM MIN ,CHECKSUM SUM ,CHECKSUM_AGG STDEV ,COUNT STDEVP ,COUNT_BIG C.BINARY_CHECKSUM MIN ,CHECKSUM SUM ,CHECKSUM_AGG STDEV ,TEXTPTR,TEXTVALID
-
A only
-
Both A nad B
-
B Only
-
Both B and C
A
Correct answer
Explanation
PATINDEX, TEXTPTR, and TEXTVALID are text and image functions in SQL Server. PATINDEX finds pattern positions, TEXTPTR returns a text pointer value, and TEXTVALID checks if a text pointer is valid. Options B and C incorrectly list aggregate functions like MIN, CHECKSUM, and STDEV, which are statistical functions, not text/image functions.