Which method rolls back the present transaction?
Explanation: Answer: C The function mysqli_rollback() is used to roll back from the current transaction for the specified database connection. Its syntax is: mysqli_rollback(connection); Rollback() was used in previous version of PHP.
mysqli_rollback()
mysqli_rollback(connection);