-
The function used to convert an int to string is ______________.
-
- INET_STOI()
- INET_ATON()
- INET_NTOA()
- INET_ITOS()
- None of these
Correct Option: C
In MySQL, the function used to convert an integer to a string is INET_NTOA(). On the other hand, the function INET_ATON() converts a string to the corresponding integer value.