4 lines
224 B
Plaintext
4 lines
224 B
Plaintext
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.
|
|
|
|
|