Q. To convert an int to string, the function is . . . . . . . .
β
Correct Answer: (B)
INET_NTOA()
Explanation: This question asks about how to convert an integer (a number) into a string (text) in MySQL.