Q. To convert a string to an int, the function is . . . . . . . .
β
Correct Answer: (A)
INET_ATON()
Explanation: This question asks about how to convert a string (a piece of text) into a whole number (an integer) in MySQL.