InterviewSolution
Saved Bookmarks
| 1. |
What Does " I_am_a_dummy Flag" Do In Mysql? |
|
Answer» The " i_am_a_dummy FLAG" enables MySQL ENGINE to refuse any UPDATE or DELETE statement to execute if the WHERE clause is not PRESENT. The " i_am_a_dummy flag" enables MySQL engine to refuse any UPDATE or DELETE statement to execute if the WHERE clause is not present. |
|