Here's the table1 :
| code | fruit |
| 1 | Orange |
| 2 | Apple |
| 3 | Grape |
| 4 | Mango |
Here's the table2 :
| name | fruitcode |
| Jack | 1, 3 |
| Alice | 2 |
| Emma | 1, 2, 4 |
My question is, can table2.fruitcode
which contains numbers relate to table1.code
?