plantation_id | name | location |
---|---|---|
1 | Plantation A | Location A |
2 | Plantation B | Location B |
3 | Plantation C | Location C |
4 | Plantation D | Location D |
5 | Plantation E | Location E |
technique_id | technique_name |
---|---|
1 | Wet_Processing |
2 | Dry_Processing |
3 | Honey_Processing |
4 | Natural_Processing |
5 | Pulped_Natural_Processing |
id | coffee_plantation_id | processing_technique_id |
---|---|---|
(→ Coffee_Plantations.plantation_id) | (→ Processing_Techniques.technique_id) | |
1 | 1 | 1 |
2 | 1 | 2 |
3 | 1 | 3 |
4 | 1 | 4 |
5 | 1 | 5 |
11 | 2 | 1 |
12 | 3 | 1 |
13 | 4 | 1 |
14 | 5 | 1 |