Home » MYSQL » Data Types » Question
  1. To convert an int to string, the function is _________________.
    1. INET_STOI()
    2. INET_ITOS()
    3. INET_NTOA()
    4. INET_ATON()
    5. 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.



Your comments will be displayed only after manual approval.