Columns whose name and type imply a relationship to another table's primary key
| Child Column | Implied Parent Column |
|---|---|
| help_topic.[help_category_id] | help_category.[help_category_id] |
| time_zone_name.[Time_zone_id] | time_zone.[Time_zone_id] |
Tables without indexes
| Table | Rows |
|---|---|
| general_log | 2 |
| slow_log | 2 |
Tables that contain a single column
| Table | Column | |
|---|---|---|
| Anomaly not detected | ||
Tables with incrementing column names, potentially indicating denormalization
| Table | ||
|---|---|---|
| Anomaly not detected | ||
Columns whose default value is the word 'NULL' or 'null'
| Table | ||
|---|---|---|
| Anomaly not detected | ||