Which one of the following methods is responsible for sending the query to the database?
mysqli_query()
Correct:
mysqli_query()
Explanation:
Answer: d
Explanation: The method mysqli_query() is responsible for sending the query to the database. query() method was previously used in older versions of PHP.