Columns whose name and type imply a relationship to another table's primary key
Child Column | Implied Parent Column | |
---|---|---|
{{child_table.name}}.{{child_columns}} | {{parent_table.name}}.{{parent_columns}} | |
Anomaly not detected |
Tables without indexes
Table | {{#display_num_rows}}Rows | {{/display_num_rows}}|
---|---|---|
{{name}} | {{#display_num_rows}}{{num_of_rows}} | {{/display_num_rows}}|
Anomaly not detected |
Tables that contain a single column
Table | Column | |
---|---|---|
{{name}} | {{#columns}}{{name}} | {{/columns}}|
Anomaly not detected |
Tables with incrementing column names, potentially indicating denormalization
Table | ||
---|---|---|
{{name}} | ||
Anomaly not detected |
Columns whose default value is the word 'NULL' or 'null'
Table | ||
---|---|---|
{{table.name}}.{{name}} | ||
Anomaly not detected |