In SQL, why you should always use WHERE clause when using DELETE?

  • A. If you don’t use WHERE clause, it will accidently delete all the records
  • B. Because you want to delete all the records
  • C. Because it is easy to use
  • D. All correct

Answer: Option A