Columns whose name and type imply a relationship to another table's primary key
| Child Column | Implied Parent Column | |
|---|---|---|
| Anomaly not detected | ||
Tables without indexes
| Table |
|---|
| _creation_mode |
| _import_batch |
Tables that contain a single column
| Table | Column |
|---|---|
| _creation_mode | active |
| _import_batch | active |
| asset | id |
| transaction_id | id |
Tables with incrementing column names, potentially indicating denormalization
| Table |
|---|
| transfer_relationship |
Columns whose default value is the word 'NULL' or 'null'
| Table | ||
|---|---|---|
| Anomaly not detected | ||