Home » MYSQL » Mysql Basic » Question
  1. The function used to convert an int to string is ______________.
    1. INET_STOI()
    2. INET_ATON()
    3. INET_NTOA()
    4. INET_ITOS()
    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.