Columns whose name and type imply a relationship to another table's primary key
Child Column | Implied Parent Column | |
---|---|---|
{{childTable.name}}.{{childColumns}} | {{parentTable.name}}.{{parentColumns}} | |
Anomaly not detected |
Tables without indexes
Table | {{#displayNumRows}}Rows | {{/displayNumRows}}|
---|---|---|
{{name}} | {{#displayNumRows}}{{numRows}} | {{/displayNumRows}}|
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 |