Code Inspection: Delete or update statement without where clauses
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.
Last modified: 08 May 2020