Answers for ""i_am_a_dummy flag" in MySQL"

SQL
1

"i_am_a_dummy flag" in MySQL

"i_am_a_dummy flag" in mysql engine refuses to execute any UPDATE or DELETE Statement, if WHERE clause is not present in statement.
Hence it will save user to DELETE or UPDATE table data without WHERE clause.
We can achieve similar functionality with 'safe_updates' option in MySQL.
Posted by: Guest on May-21-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language