InterviewSolution
Saved Bookmarks
| 1. |
What Is The Usage Of I-am-a-dummy Flag In Mysql? |
|
Answer» In MySQL, the i-am-a-dummy flag makes the MySQL engine to DENY the UPDATE and DELETE COMMANDS unless the WHERE clause is present. In MySQL, the i-am-a-dummy flag makes the MySQL engine to deny the UPDATE and DELETE commands unless the WHERE clause is present. |
|