Home » MYSQL » Mysql Basic » Question
  1. The function used to convert a string to an int is ______________.
    1. INET_ITOS()
    2. INET_STOI()
    3. INET_ATON()
    4. INET_NTOA()
    5. None of these
Correct Option: C

In MySQL, the function used to convert a string to an integer is INET_ATON(). On the other hand, the function INET_NTOA() converts a string to the corresponding integer value.



Your comments will be displayed only after manual approval.