6 lines
250 B
Plaintext
6 lines
250 B
Plaintext
== Why is this an issue?
|
|
|
|
When calling UPDATE statement in a program, it should contain a WHERE clause to keep the modification of records under control. If not, it can have side effects on other part of the program that will access the same data.
|
|
|
|
|