Reports usages of 'delete' or 'update' statements without any 'where' clauses. When used without 'where' clauses, 'delete' drops all the data from the table, and 'update' overwrites values for all table rows.