MI003
Published 20 November 2017
Unqualified column name
A column name should be qualified with its table name if the column is part of a join or is in a subquery.
Even if the column name is currently unambiguous, at some point a change to the query could be made that will cause an error.