In DB2, a partitioned table space can contain only one table. The partitioning is used to distribute that single table's data across multiple data partitions based on key ranges. Segmented table spaces can hold multiple tables, but partitioned table spaces are designed for single-table optimization.