I have data like CITYand AREA.
- Everyone
CITYhas severalAREAS - Each
AREAhas several AREAS(there is no end, dynamically the user can add AREASunder the child AREA, like AREA->AREA->Area->AREA....->AREA)
So, how to create a table structure that satisfies these requirements?
Thanks in advance.
source
share