In SQL, why you should always use WHERE clause when using UPDATE?
- A. If you don’t use WHERE clause, it will accidently update all the records
- B. Because you want to update all the records
- C. Because it is easy to use
- D. None correct
Answer: Option A