| SchemaSpy Analysis of dellstore2.public - Anomalies | Generated by SchemaSpy  | 
 
| Things that might not be 'quite right' about your schema: | 
 | 
- 
Columns whose name and type imply a relationship to another table's primary key:
3 instances of anomaly detectedChild Column Implied Parent Column cust_hist.prod_id inventory.prod_id orderlines.prod_id inventory.prod_id reorder.prod_id inventory.prod_id  - 
Tables without indexes:
1 instance of anomaly detectedTable Rows reorder 0  - 
Columns that are flagged as both 'nullable' and 'must be unique':
Anomaly not detected - 
Tables that contain a single column:
Anomaly not detected - 
Tables with incrementing column names, potentially indicating denormalization:
1 instance of anomaly detectedTable customers  - 
Columns whose default value is the word 'NULL' or 'null', but the SQL NULL value may have been intended:
Anomaly not detected