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
Please login or Register to submit your answer