In DB2, a Partitioned Table Space can contain only ONE table. This is different from segmented table spaces which can contain multiple tables. The partitioning is designed to distribute a single large table across multiple storage partitions for performance and manageability. Each partition holds a portion of the same table based on partitioning keys.