Q. What is the host name in the following MySQL command?
mysql -h cobra.snake.net -p -u sampadam
mysql -h cobra.snake.net -p -u sampadam
β
Correct Answer: (B)
INET_NTOA()
Explanation: This question asks you to identify the host name used in a MySQL command. The host name tells MySQL where to connect to the database server.