It is risky to use a DELETE statement without a WHERE clause because:

It is risky to use a DELETE statement without a WHERE clause because:Category: Introduction to Linux IIAuthor "LinuxQuestions"It is risky to use a DELETE statement without a WHERE clause because:
Linux Questions Staff asked 1 year ago

It is risky to use a DELETE statement without a WHERE clause because:

  • It will remove the primary key from the table
  • It will remove all the tables in the database
  • It will remove all the records in the table
  • The performance of execution is slow

About the author