Concept Flow - Attaching and detaching partitions
Start with parent table
Create or have child partition
Attach partition to parent
Data in partition now part of parent
Detach partition from parent
Partition becomes standalone table
End
You start with a main table and separate child tables (partitions). You attach a child to the parent to include its data, or detach it to make it independent.