Q. Is it important to provide where condition with update statement in MYSQL?
β
Correct Answer: (A)
Yes
Explanation: YES it is important to provide the where condition with an update statement else the entire column will have the same updated value.