Q. The function used to convert an int to string is . . . . . . . .
β
Correct Answer: (B)
INET_NTOA()
Explanation: This question is about converting an integer (a number) to a string (a sequence of characters) in MySQL. Let's break it down: