Google News
logo
MySQL - Quiz(MCQ)
The function used to convert an int to string is _____
A)
INET_STOI()
B)
INET_NTOA()
C)
INET_ITOS()
D)
INET_ATON()

Correct Answer :   INET_NTOA()


Explanation : 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.

Advertisement