table-column-conflict (GN010)#
Automatic fix is not available.
What it does#
Checks for table column conflict.
Why not?#
While each column in a table must have a unique name within that table to ensure unambiguous reference and avoid confusion during SQL operations, the name of a table should also be distinct from the name of its columns to avoid confusion and ensures clarity in database design and manipulation.
When should you?#
Almost never.
Use instead:#
Resolve the name conflict.