Duplicate rows
If a result table contains two or more rows with the same contents, then updating or deleting one of the rows will also update or delete the duplicate rows. If changing duplicate rows simultaneously is not what you intend, ensure that your query includes a unique column, so that the result table will not have duplicate rows.
Last modified date: 01/29/2015