Q. Which MySQLi function is used to execute an SQL query?
β
Correct Answer: (B)
mysqli_query()
Explanation: mysqli_query() is used to send SQL queries to a MySQL database.