InterviewSolution
Saved Bookmarks
| 1. |
Which method rolls back the present transaction?(a) commit()(b) undo()(c) mysqli_rollback()(d) rollback()The question was posed to me in a job interview.My question comes from Working with Databases-2 topic in section Objects and Databases in PHP of PHP |
|
Answer» The correct OPTION is (c) mysqli_rollback() |
|